Html Css Color HEX #AB86AA London Hue

📋 copy color: '#AB86AA'

red 171 ◦ green 134 ◦ blue 170

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

Shades of London Hue #AB86AA

Tints of London Hue #AB86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

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

R = 36%
G = 28.21%
B = 35.79%

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

#AB86AA (or 0xAB86AA) is known color: London Hue. HEX triplet: AB, 86 and AA. RGB value is (171,134,170). Sum of RGB (Red+Green+Blue) = 171+134+170=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB86AA is #547955. Grayscale: #959595. Windows color (decimal): -5536086 or 11175595. OLE color: 11175595.

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

Color convert

RGB 171 134 170 -
CMYK 0 0.22 0.01 0.33
HSL 301.62º 0.18% 0.6% -
HSV(B) 301.62º 0.22% 0.67% -
XYZ 32.58 28.61 41.84 -
YUV 149.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 171 134 170 0 0.22 0.01 0.33 301.62 0.18 0.6
Hex AB 86 AA 0 16 1 21 12E 12 3C
Octal 253 206 252 0 26 1 41 456 22 74
Binary 10101011 10000110 10101010 0 10110 1 100001 100101110 10010 111100

Color Harmonies of #AB86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86AA

Black with #AB86AA

Text Example


Text Example

White with #AB86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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