Html Css Color HEX #AB7DAE London Hue

📋 copy color: '#AB7DAE'

red 171 ◦ green 125 ◦ blue 174

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

Shades of London Hue #AB7DAE

Tints of London Hue #AB7DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 36.38%
G = 26.6%
B = 37.02%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB7DAE (or 0xAB7DAE) is known color: London Hue. HEX triplet: AB, 7D and AE. RGB value is (171,125,174). Sum of RGB (Red+Green+Blue) = 171+125+174=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DAE is #548251. Grayscale: #909090. Windows color (decimal): -5538386 or 11435435. OLE color: 11435435.

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

Color convert

RGB 171 125 174 -
CMYK 0.02 0.28 0 0.32
HSL 296.33º 0.23% 0.59% -
HSV(B) 296.33º 0.28% 0.68% -
XYZ 31.77 26.38 43.46 -
YUV 144.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 171 125 174 0.02 0.28 0 0.32 296.33 0.23 0.59
Hex AB 7D AE 2 1C 0 20 128 17 3B
Octal 253 175 256 2 34 0 40 450 27 73
Binary 10101011 1111101 10101110 10 11100 0 100000 100101000 10111 111011

Color Harmonies of #AB7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DAE

Black with #AB7DAE

Text Example


Text Example

White with #AB7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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