Html Css Color HEX #AB8AAA London Hue

📋 copy color: '#AB8AAA'

red 171 ◦ green 138 ◦ blue 170

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

Shades of London Hue #AB8AAA

Tints of London Hue #AB8AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 35.7%
G = 28.81%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB8AAA (or 0xAB8AAA) is known color: London Hue. HEX triplet: AB, 8A and AA. RGB value is (171,138,170). Sum of RGB (Red+Green+Blue) = 171+138+170=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAA is #547555. Grayscale: #979797. Windows color (decimal): -5535062 or 11176619. OLE color: 11176619.

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

Color convert

RGB 171 138 170 -
CMYK 0 0.19 0.01 0.33
HSL 301.82º 0.16% 0.61% -
HSV(B) 301.82º 0.19% 0.67% -
XYZ 33.14 29.74 42.02 -
YUV 151.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 171 138 170 0 0.19 0.01 0.33 301.82 0.16 0.61
Hex AB 8A AA 0 13 1 21 12E 10 3D
Octal 253 212 252 0 23 1 41 456 20 75
Binary 10101011 10001010 10101010 0 10011 1 100001 100101110 10000 111101

Color Harmonies of #AB8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AAA

Black with #AB8AAA

Text Example


Text Example

White with #AB8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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