Html Css Color HEX #AB7AAB London Hue

📋 copy color: '#AB7AAB'

red 171 ◦ green 122 ◦ blue 171

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

Shades of London Hue #AB7AAB

Tints of London Hue #AB7AAB

RGB

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

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

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

R = 36.85%
G = 26.29%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB7AAB (or 0xAB7AAB) is known color: London Hue. HEX triplet: AB, 7A and AB. RGB value is (171,122,171). Sum of RGB (Red+Green+Blue) = 171+122+171=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AAB is #548554. Grayscale: #8E8E8E. Windows color (decimal): -5539157 or 11238059. OLE color: 11238059.

HSL color Cylindrical-coordinate representation of color #AB7AAB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7AAB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 171 -
CMYK 0 0.29 0 0.33
HSL 300º 0.23% 0.57% -
HSV(B) 300º 0.29% 0.67% -
XYZ 31.1 25.52 41.81 -
YUV 142.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 171 122 171 0 0.29 0 0.33 300 0.23 0.57
Hex AB 7A AB 0 1D 0 21 12C 17 39
Octal 253 172 253 0 35 0 41 454 27 71
Binary 10101011 1111010 10101011 0 11101 0 100001 100101100 10111 111001

Color Harmonies of #AB7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AAB

Black with #AB7AAB

Text Example


Text Example

White with #AB7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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