Html Css Color HEX #AB86AC London Hue

📋 copy color: '#AB86AC'

red 171 ◦ green 134 ◦ blue 172

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

Shades of London Hue #AB86AC

Tints of London Hue #AB86AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 35.85%
G = 28.09%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB86AC (or 0xAB86AC) is known color: London Hue. HEX triplet: AB, 86 and AC. RGB value is (171,134,172). Sum of RGB (Red+Green+Blue) = 171+134+172=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB86AC is #547953. Grayscale: #959595. Windows color (decimal): -5536084 or 11306667. OLE color: 11306667.

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

Color convert

RGB 171 134 172 -
CMYK 0.01 0.22 0 0.33
HSL 298.42º 0.19% 0.6% -
HSV(B) 298.42º 0.22% 0.67% -
XYZ 32.77 28.69 42.84 -
YUV 149.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 171 134 172 0.01 0.22 0 0.33 298.42 0.19 0.6
Hex AB 86 AC 1 16 0 21 12A 13 3C
Octal 253 206 254 1 26 0 41 452 23 74
Binary 10101011 10000110 10101100 1 10110 0 100001 100101010 10011 111100

Color Harmonies of #AB86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86AC

Black with #AB86AC

Text Example


Text Example

White with #AB86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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