Html Css Color HEX #A27EEB Medium Purple

📋 copy color: '#A27EEB'

red 162 ◦ green 126 ◦ blue 235

#A27EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A27EEB

Tints of Medium Purple #A27EEB

RGB

 RED value IS 162 (63.67% from 255) = 30.98%

 GREEN value IS 126 (49.61% from 255) = 24.09%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 30.98%
G = 24.09%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A27EEB (or 0xA27EEB) is known color: Medium Purple. HEX triplet: A2, 7E and EB. RGB value is (162,126,235). Sum of RGB (Red+Green+Blue) = 162+126+235=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A27EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EEB is #5D8114. Grayscale: #949494. Windows color (decimal): -6127893 or 15433378. OLE color: 15433378.

HSL color Cylindrical-coordinate representation of color #A27EEB: hue angle of 259.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27EEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 126 235 -
CMYK 0.31 0.46 0 0.08
HSL 259.82º 0.73% 0.71% -
HSV(B) 259.82º 0.46% 0.92% -
XYZ 37.36 28.6 82.15 -
YUV 149.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 162 126 235 0.31 0.46 0 0.08 259.82 0.73 0.71
Hex A2 7E EB 1F 2E 0 8 104 49 47
Octal 242 176 353 37 56 0 10 404 111 107
Binary 10100010 1111110 11101011 11111 101110 0 1000 100000100 1001001 1000111

Color Harmonies of #A27EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EEB

Black with #A27EEB

Text Example


Text Example

White with #A27EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EEB; }

 p { color: rgb(162,126,235); }

 H1.HeaderClassName
 {
   color: #A27EEB;
 }
 .AnyTagClassName
 {
   color: #A27EEB;
 }
</style>

background-color css

<style>
 a { background-color: #A27EEB; }

 a { background-color: rgb(162,126,235); }

 div.DivClassName
 {
   background-color: #A27EEB;
 }
 .BgClassName
 {
   background-color: #A27EEB;
 }
</style>

border-color css

<style>
 span { border-color: #A27EEB; }

 span { border-color: rgb(162,126,235); }

 td.TdClassName
 {
   border-color: #A27EEB;
 }
 .TagClassName
 {
   border-color: #A27EEB;
 }
</style>