Html Css Color HEX #A27EA1 London Hue

📋 copy color: '#A27EA1'

red 162 ◦ green 126 ◦ blue 161

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

Shades of London Hue #A27EA1

Tints of London Hue #A27EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 36.08%
G = 28.06%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A27EA1 (or 0xA27EA1) is known color: London Hue. HEX triplet: A2, 7E and A1. RGB value is (162,126,161). Sum of RGB (Red+Green+Blue) = 162+126+161=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A27EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EA1 is #5D815E. Grayscale: #8C8C8C. Windows color (decimal): -6127967 or 10583714. OLE color: 10583714.

HSL color Cylindrical-coordinate representation of color #A27EA1: hue angle of 301.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27EA1 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 161 -
CMYK 0 0.22 0.01 0.36
HSL 301.67º 0.16% 0.56% -
HSV(B) 301.67º 0.22% 0.64% -
XYZ 28.79 25.18 37.06 -
YUV 140.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 162 126 161 0 0.22 0.01 0.36 301.67 0.16 0.56
Hex A2 7E A1 0 16 1 24 12E 10 38
Octal 242 176 241 0 26 1 44 456 20 70
Binary 10100010 1111110 10100001 0 10110 1 100100 100101110 10000 111000

Color Harmonies of #A27EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EA1

Black with #A27EA1

Text Example


Text Example

White with #A27EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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