Html Css Color HEX #AB7AAF London Hue

📋 copy color: '#AB7AAF'

red 171 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AB7AAF

Tints of London Hue #AB7AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 36.54%
G = 26.07%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB7AAF (or 0xAB7AAF) is known color: London Hue. HEX triplet: AB, 7A and AF. RGB value is (171,122,175). Sum of RGB (Red+Green+Blue) = 171+122+175=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AAF is #548550. Grayscale: #8E8E8E. Windows color (decimal): -5539153 or 11500203. OLE color: 11500203.

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

Color convert

RGB 171 122 175 -
CMYK 0.02 0.30 0 0.31
HSL 295.47º 0.25% 0.58% -
HSV(B) 295.47º 0.3% 0.69% -
XYZ 31.49 25.67 43.85 -
YUV 142.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 171 122 175 0.02 0.30 0 0.31 295.47 0.25 0.58
Hex AB 7A AF 2 1E 0 1F 127 19 3A
Octal 253 172 257 2 36 0 37 447 31 72
Binary 10101011 1111010 10101111 10 11110 0 11111 100100111 11001 111010

Color Harmonies of #AB7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AAF

Black with #AB7AAF

Text Example


Text Example

White with #AB7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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