Html Css Color HEX #AB94AA London Hue

📋 copy color: '#AB94AA'

red 171 ◦ green 148 ◦ blue 170

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

Shades of London Hue #AB94AA

Tints of London Hue #AB94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

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

R = 34.97%
G = 30.27%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB94AA (or 0xAB94AA) is known color: London Hue. HEX triplet: AB, 94 and AA. RGB value is (171,148,170). Sum of RGB (Red+Green+Blue) = 171+148+170=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AA is #546B55. Grayscale: #9D9D9D. Windows color (decimal): -5532502 or 11179179. OLE color: 11179179.

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

Color convert

RGB 171 148 170 -
CMYK 0 0.13 0.01 0.33
HSL 302.61º 0.12% 0.63% -
HSV(B) 302.61º 0.13% 0.67% -
XYZ 34.64 32.74 42.52 -
YUV 157.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 171 148 170 0 0.13 0.01 0.33 302.61 0.12 0.63
Hex AB 94 AA 0 D 1 21 12F C 3F
Octal 253 224 252 0 15 1 41 457 14 77
Binary 10101011 10010100 10101010 0 1101 1 100001 100101111 1100 111111

Color Harmonies of #AB94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94AA

Black with #AB94AA

Text Example


Text Example

White with #AB94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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