Html Css Color HEX #AB7AAC London Hue

📋 copy color: '#AB7AAC'

red 171 ◦ green 122 ◦ blue 172

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

Shades of London Hue #AB7AAC

Tints of London Hue #AB7AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 36.77%
G = 26.24%
B = 36.99%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB7AAC (or 0xAB7AAC) is known color: London Hue. HEX triplet: AB, 7A and AC. RGB value is (171,122,172). Sum of RGB (Red+Green+Blue) = 171+122+172=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AAC is #548553. Grayscale: #8E8E8E. Windows color (decimal): -5539156 or 11303595. OLE color: 11303595.

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

Color convert

RGB 171 122 172 -
CMYK 0.01 0.29 0 0.33
HSL 298.8º 0.23% 0.58% -
HSV(B) 298.8º 0.29% 0.67% -
XYZ 31.2 25.56 42.32 -
YUV 142.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 171 122 172 0.01 0.29 0 0.33 298.8 0.23 0.58
Hex AB 7A AC 1 1D 0 21 12B 17 3A
Octal 253 172 254 1 35 0 41 453 27 72
Binary 10101011 1111010 10101100 1 11101 0 100001 100101011 10111 111010

Color Harmonies of #AB7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AAC

Black with #AB7AAC

Text Example


Text Example

White with #AB7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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