Html Css Color HEX #AB7DAD London Hue

📋 copy color: '#AB7DAD'

red 171 ◦ green 125 ◦ blue 173

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

Shades of London Hue #AB7DAD

Tints of London Hue #AB7DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 36.46%
G = 26.65%
B = 36.89%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB7DAD (or 0xAB7DAD) is known color: London Hue. HEX triplet: AB, 7D and AD. RGB value is (171,125,173). Sum of RGB (Red+Green+Blue) = 171+125+173=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DAD is #548252. Grayscale: #909090. Windows color (decimal): -5538387 or 11369899. OLE color: 11369899.

HSL color Cylindrical-coordinate representation of color #AB7DAD: hue angle of 297.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7DAD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 125 173 -
CMYK 0.01 0.28 0 0.32
HSL 297.5º 0.23% 0.58% -
HSV(B) 297.5º 0.28% 0.68% -
XYZ 31.67 26.34 42.95 -
YUV 144.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 171 125 173 0.01 0.28 0 0.32 297.5 0.23 0.58
Hex AB 7D AD 1 1C 0 20 12A 17 3A
Octal 253 175 255 1 34 0 40 452 27 72
Binary 10101011 1111101 10101101 1 11100 0 100000 100101010 10111 111010

Color Harmonies of #AB7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DAD

Black with #AB7DAD

Text Example


Text Example

White with #AB7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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