Html Css Color HEX #AB8AAF London Hue

📋 copy color: '#AB8AAF'

red 171 ◦ green 138 ◦ blue 175

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

Shades of London Hue #AB8AAF

Tints of London Hue #AB8AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 35.33%
G = 28.51%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB8AAF (or 0xAB8AAF) is known color: London Hue. HEX triplet: AB, 8A and AF. RGB value is (171,138,175). Sum of RGB (Red+Green+Blue) = 171+138+175=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAF is #547550. Grayscale: #979797. Windows color (decimal): -5535057 or 11504299. OLE color: 11504299.

HSL color Cylindrical-coordinate representation of color #AB8AAF: hue angle of 293.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8AAF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 138 175 -
CMYK 0.02 0.21 0 0.31
HSL 293.51º 0.19% 0.61% -
HSV(B) 293.51º 0.21% 0.69% -
XYZ 33.62 29.93 44.56 -
YUV 152.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 171 138 175 0.02 0.21 0 0.31 293.51 0.19 0.61
Hex AB 8A AF 2 15 0 1F 126 13 3D
Octal 253 212 257 2 25 0 37 446 23 75
Binary 10101011 10001010 10101111 10 10101 0 11111 100100110 10011 111101

Color Harmonies of #AB8AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AAF

Black with #AB8AAF

Text Example


Text Example

White with #AB8AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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