Html Css Color HEX #AB7DAC London Hue

📋 copy color: '#AB7DAC'

red 171 ◦ green 125 ◦ blue 172

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

Shades of London Hue #AB7DAC

Tints of London Hue #AB7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 36.54%
G = 26.71%
B = 36.75%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB7DAC (or 0xAB7DAC) is known color: London Hue. HEX triplet: AB, 7D and AC. RGB value is (171,125,172). Sum of RGB (Red+Green+Blue) = 171+125+172=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DAC is #548253. Grayscale: #8F8F8F. Windows color (decimal): -5538388 or 11304363. OLE color: 11304363.

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

Color convert

RGB 171 125 172 -
CMYK 0.01 0.27 0 0.33
HSL 298.72º 0.22% 0.58% -
HSV(B) 298.72º 0.27% 0.67% -
XYZ 31.57 26.3 42.44 -
YUV 144.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 171 125 172 0.01 0.27 0 0.33 298.72 0.22 0.58
Hex AB 7D AC 1 1B 0 21 12B 16 3A
Octal 253 175 254 1 33 0 41 453 26 72
Binary 10101011 1111101 10101100 1 11011 0 100001 100101011 10110 111010

Color Harmonies of #AB7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DAC

Black with #AB7DAC

Text Example


Text Example

White with #AB7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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