Html Css Color HEX #AB7AAE London Hue

📋 copy color: '#AB7AAE'

red 171 ◦ green 122 ◦ blue 174

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

Shades of London Hue #AB7AAE

Tints of London Hue #AB7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 36.62%
G = 26.12%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB7AAE (or 0xAB7AAE) is known color: London Hue. HEX triplet: AB, 7A and AE. RGB value is (171,122,174). Sum of RGB (Red+Green+Blue) = 171+122+174=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AAE is #548551. Grayscale: #8E8E8E. Windows color (decimal): -5539154 or 11434667. OLE color: 11434667.

HSL color Cylindrical-coordinate representation of color #AB7AAE: hue angle of 296.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7AAE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 122 174 -
CMYK 0.02 0.30 0 0.32
HSL 296.54º 0.24% 0.58% -
HSV(B) 296.54º 0.3% 0.68% -
XYZ 31.39 25.63 43.34 -
YUV 142.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 171 122 174 0.02 0.30 0 0.32 296.54 0.24 0.58
Hex AB 7A AE 2 1E 0 20 129 18 3A
Octal 253 172 256 2 36 0 40 451 30 72
Binary 10101011 1111010 10101110 10 11110 0 100000 100101001 11000 111010

Color Harmonies of #AB7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AAE

Black with #AB7AAE

Text Example


Text Example

White with #AB7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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