Html Css Color HEX #AB85AA London Hue

📋 copy color: '#AB85AA'

red 171 ◦ green 133 ◦ blue 170

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

Shades of London Hue #AB85AA

Tints of London Hue #AB85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

 BLUE value IS 170 (66.8% 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.33

RGB Variations

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

Color information

#AB85AA (or 0xAB85AA) is known color: London Hue. HEX triplet: AB, 85 and AA. RGB value is (171,133,170). Sum of RGB (Red+Green+Blue) = 171+133+170=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AA is #547A55. Grayscale: #949494. Windows color (decimal): -5536342 or 11175339. OLE color: 11175339.

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

Color convert

RGB 171 133 170 -
CMYK 0 0.22 0.01 0.33
HSL 301.58º 0.18% 0.6% -
HSV(B) 301.58º 0.22% 0.67% -
XYZ 32.44 28.34 41.79 -
YUV 148.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 171 133 170 0 0.22 0.01 0.33 301.58 0.18 0.6
Hex AB 85 AA 0 16 1 21 12E 12 3C
Octal 253 205 252 0 26 1 41 456 22 74
Binary 10101011 10000101 10101010 0 10110 1 100001 100101110 10010 111100

Color Harmonies of #AB85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85AA

Black with #AB85AA

Text Example


Text Example

White with #AB85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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