Html Css Color HEX #AB8CAF London Hue

📋 copy color: '#AB8CAF'

red 171 ◦ green 140 ◦ blue 175

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

Shades of London Hue #AB8CAF

Tints of London Hue #AB8CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 35.19%
G = 28.81%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB8CAF (or 0xAB8CAF) is known color: London Hue. HEX triplet: AB, 8C and AF. RGB value is (171,140,175). Sum of RGB (Red+Green+Blue) = 171+140+175=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAF is #547350. Grayscale: #999999. Windows color (decimal): -5534545 or 11504811. OLE color: 11504811.

HSL color Cylindrical-coordinate representation of color #AB8CAF: hue angle of 293.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8CAF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 140 175 -
CMYK 0.02 0.2 0 0.31
HSL 293.14º 0.18% 0.62% -
HSV(B) 293.14º 0.2% 0.69% -
XYZ 33.91 30.51 44.66 -
YUV 153.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 171 140 175 0.02 0.2 0 0.31 293.14 0.18 0.62
Hex AB 8C AF 2 14 0 1F 125 12 3E
Octal 253 214 257 2 24 0 37 445 22 76
Binary 10101011 10001100 10101111 10 10100 0 11111 100100101 10010 111110

Color Harmonies of #AB8CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CAF

Black with #AB8CAF

Text Example


Text Example

White with #AB8CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CAF; }

 p { color: rgb(171,140,175); }

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

background-color css

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

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

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

border-color css

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

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

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