Html Css Color HEX #AB88AA London Hue

📋 copy color: '#AB88AA'

red 171 ◦ green 136 ◦ blue 170

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

Shades of London Hue #AB88AA

Tints of London Hue #AB88AA

RGB

 RED value IS 171 (67.19% from 255) = 35.85%

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

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

R = 35.85%
G = 28.51%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB88AA (or 0xAB88AA) is known color: London Hue. HEX triplet: AB, 88 and AA. RGB value is (171,136,170). Sum of RGB (Red+Green+Blue) = 171+136+170=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88AA is #547755. Grayscale: #969696. Windows color (decimal): -5535574 or 11176107. OLE color: 11176107.

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

Color convert

RGB 171 136 170 -
CMYK 0 0.20 0.01 0.33
HSL 301.71º 0.17% 0.6% -
HSV(B) 301.71º 0.2% 0.67% -
XYZ 32.85 29.17 41.93 -
YUV 150.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 171 136 170 0 0.20 0.01 0.33 301.71 0.17 0.6
Hex AB 88 AA 0 14 1 21 12E 11 3C
Octal 253 210 252 0 24 1 41 456 21 74
Binary 10101011 10001000 10101010 0 10100 1 100001 100101110 10001 111100

Color Harmonies of #AB88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88AA

Black with #AB88AA

Text Example


Text Example

White with #AB88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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