Html Css Color HEX #AB8FAC London Hue

📋 copy color: '#AB8FAC'

red 171 ◦ green 143 ◦ blue 172

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

Shades of London Hue #AB8FAC

Tints of London Hue #AB8FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 35.19%
G = 29.42%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB8FAC (or 0xAB8FAC) is known color: London Hue. HEX triplet: AB, 8F and AC. RGB value is (171,143,172). Sum of RGB (Red+Green+Blue) = 171+143+172=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAC is #547053. Grayscale: #9A9A9A. Windows color (decimal): -5533780 or 11308971. OLE color: 11308971.

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

Color convert

RGB 171 143 172 -
CMYK 0.01 0.17 0 0.33
HSL 297.93º 0.15% 0.62% -
HSV(B) 297.93º 0.17% 0.67% -
XYZ 34.06 31.28 43.27 -
YUV 154.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 171 143 172 0.01 0.17 0 0.33 297.93 0.15 0.62
Hex AB 8F AC 1 11 0 21 12A F 3E
Octal 253 217 254 1 21 0 41 452 17 76
Binary 10101011 10001111 10101100 1 10001 0 100001 100101010 1111 111110

Color Harmonies of #AB8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FAC

Black with #AB8FAC

Text Example


Text Example

White with #AB8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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