Html Css Color HEX #A888AA London Hue

📋 copy color: '#A888AA'

red 168 ◦ green 136 ◦ blue 170

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

Shades of London Hue #A888AA

Tints of London Hue #A888AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

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

R = 35.44%
G = 28.69%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A888AA (or 0xA888AA) is known color: London Hue. HEX triplet: A8, 88 and AA. RGB value is (168,136,170). Sum of RGB (Red+Green+Blue) = 168+136+170=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A888AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888AA is #577755. Grayscale: #959595. Windows color (decimal): -5732182 or 11176104. OLE color: 11176104.

HSL color Cylindrical-coordinate representation of color #A888AA: hue angle of 296.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A888AA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 136 170 -
CMYK 0.01 0.20 0 0.33
HSL 296.47º 0.17% 0.6% -
HSV(B) 296.47º 0.2% 0.67% -
XYZ 32.21 28.84 41.9 -
YUV 149.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 168 136 170 0.01 0.20 0 0.33 296.47 0.17 0.6
Hex A8 88 AA 1 14 0 21 128 11 3C
Octal 250 210 252 1 24 0 41 450 21 74
Binary 10101000 10001000 10101010 1 10100 0 100001 100101000 10001 111100

Color Harmonies of #A888AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888AA

Black with #A888AA

Text Example


Text Example

White with #A888AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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