Html Css Color HEX #AB8DAB London Hue

📋 copy color: '#AB8DAB'

red 171 ◦ green 141 ◦ blue 171

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

Shades of London Hue #AB8DAB

Tints of London Hue #AB8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 35.4%
G = 29.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB8DAB (or 0xAB8DAB) is known color: London Hue. HEX triplet: AB, 8D and AB. RGB value is (171,141,171). Sum of RGB (Red+Green+Blue) = 171+141+171=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DAB is #547254. Grayscale: #999999. Windows color (decimal): -5534293 or 11242923. OLE color: 11242923.

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

Color convert

RGB 171 141 171 -
CMYK 0 0.18 0 0.33
HSL 300º 0.15% 0.61% -
HSV(B) 300º 0.18% 0.67% -
XYZ 33.67 30.65 42.67 -
YUV 153.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 171 141 171 0 0.18 0 0.33 300 0.15 0.61
Hex AB 8D AB 0 12 0 21 12C F 3D
Octal 253 215 253 0 22 0 41 454 17 75
Binary 10101011 10001101 10101011 0 10010 0 100001 100101100 1111 111101

Color Harmonies of #AB8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DAB

Black with #AB8DAB

Text Example


Text Example

White with #AB8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DAB; }

 p { color: rgb(171,141,171); }

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

background-color css

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

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

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

border-color css

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

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

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