Html Css Color HEX #A17EA2 London Hue

📋 copy color: '#A17EA2'

red 161 ◦ green 126 ◦ blue 162

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

Shades of London Hue #A17EA2

Tints of London Hue #A17EA2

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A17EA2: hue angle of 298.33º 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 #A17EA2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 126 162 -
CMYK 0.01 0.22 0 0.36
HSL 298.33º 0.16% 0.56% -
HSV(B) 298.33º 0.22% 0.64% -
XYZ 28.68 25.11 37.52 -
YUV 140.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 161 126 162 0.01 0.22 0 0.36 298.33 0.16 0.56
Hex A1 7E A2 1 16 0 24 12A 10 38
Octal 241 176 242 1 26 0 44 452 20 70
Binary 10100001 1111110 10100010 1 10110 0 100100 100101010 10000 111000

Color Harmonies of #A17EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EA2

Black with #A17EA2

Text Example


Text Example

White with #A17EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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