Html Css Color HEX #A88EAA London Hue

📋 copy color: '#A88EAA'

red 168 ◦ green 142 ◦ blue 170

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

Shades of London Hue #A88EAA

Tints of London Hue #A88EAA

RGB

 RED value IS 168 (66.02% from 255) = 35%

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 35%
G = 29.58%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A88EAA (or 0xA88EAA) is known color: London Hue. HEX triplet: A8, 8E and AA. RGB value is (168,142,170). Sum of RGB (Red+Green+Blue) = 168+142+170=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAA is #577155. Grayscale: #989898. Windows color (decimal): -5730646 or 11177640. OLE color: 11177640.

HSL color Cylindrical-coordinate representation of color #A88EAA: hue angle of 295.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A88EAA is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 142 170 -
CMYK 0.01 0.16 0 0.33
HSL 295.71º 0.14% 0.61% -
HSV(B) 295.71º 0.16% 0.67% -
XYZ 33.08 30.57 42.19 -
YUV 152.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 168 142 170 0.01 0.16 0 0.33 295.71 0.14 0.61
Hex A8 8E AA 1 10 0 21 128 E 3D
Octal 250 216 252 1 20 0 41 450 16 75
Binary 10101000 10001110 10101010 1 10000 0 100001 100101000 1110 111101

Color Harmonies of #A88EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EAA

Black with #A88EAA

Text Example


Text Example

White with #A88EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EAA; }

 p { color: rgb(168,142,170); }

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

background-color css

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

 a { background-color: rgb(168,142,170); }

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

border-color css

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

 span { border-color: rgb(168,142,170); }

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