Html Css Color HEX #AB9FAA London Hue

📋 copy color: '#AB9FAA'

red 171 ◦ green 159 ◦ blue 170

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

Shades of London Hue #AB9FAA

Tints of London Hue #AB9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

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

R = 34.2%
G = 31.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB9FAA (or 0xAB9FAA) is known color: London Hue. HEX triplet: AB, 9F and AA. RGB value is (171,159,170). Sum of RGB (Red+Green+Blue) = 171+159+170=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAA is #546055. Grayscale: #A3A3A3. Windows color (decimal): -5529686 or 11181995. OLE color: 11181995.

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

Color convert

RGB 171 159 170 -
CMYK 0 0.07 0.01 0.33
HSL 305º 0.07% 0.65% -
HSV(B) 305º 0.07% 0.67% -
XYZ 36.45 36.36 43.13 -
YUV 163.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 171 159 170 0 0.07 0.01 0.33 305 0.07 0.65
Hex AB 9F AA 0 7 1 21 131 7 41
Octal 253 237 252 0 7 1 41 461 7 101
Binary 10101011 10011111 10101010 0 111 1 100001 100110001 111 1000001

Color Harmonies of #AB9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FAA

Black with #AB9FAA

Text Example


Text Example

White with #AB9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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