Html Css Color HEX #AB7DAB London Hue

📋 copy color: '#AB7DAB'

red 171 ◦ green 125 ◦ blue 171

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

Shades of London Hue #AB7DAB

Tints of London Hue #AB7DAB

RGB

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

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

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

R = 36.62%
G = 26.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB7DAB (or 0xAB7DAB) is known color: London Hue. HEX triplet: AB, 7D and AB. RGB value is (171,125,171). Sum of RGB (Red+Green+Blue) = 171+125+171=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DAB is #548254. Grayscale: #8F8F8F. Windows color (decimal): -5538389 or 11238827. OLE color: 11238827.

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

Color convert

RGB 171 125 171 -
CMYK 0 0.27 0 0.33
HSL 300º 0.21% 0.58% -
HSV(B) 300º 0.27% 0.67% -
XYZ 31.48 26.27 41.94 -
YUV 144 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 171 125 171 0 0.27 0 0.33 300 0.21 0.58
Hex AB 7D AB 0 1B 0 21 12C 15 3A
Octal 253 175 253 0 33 0 41 454 25 72
Binary 10101011 1111101 10101011 0 11011 0 100001 100101100 10101 111010

Color Harmonies of #AB7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DAB

Black with #AB7DAB

Text Example


Text Example

White with #AB7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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