Html Css Color HEX #AB8AAC London Hue

📋 copy color: '#AB8AAC'

red 171 ◦ green 138 ◦ blue 172

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

Shades of London Hue #AB8AAC

Tints of London Hue #AB8AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 35.55%
G = 28.69%
B = 35.76%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB8AAC (or 0xAB8AAC) is known color: London Hue. HEX triplet: AB, 8A and AC. RGB value is (171,138,172). Sum of RGB (Red+Green+Blue) = 171+138+172=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAC is #547553. Grayscale: #979797. Windows color (decimal): -5535060 or 11307691. OLE color: 11307691.

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

Color convert

RGB 171 138 172 -
CMYK 0.01 0.20 0 0.33
HSL 298.24º 0.17% 0.61% -
HSV(B) 298.24º 0.2% 0.67% -
XYZ 33.33 29.81 43.03 -
YUV 151.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 171 138 172 0.01 0.20 0 0.33 298.24 0.17 0.61
Hex AB 8A AC 1 14 0 21 12A 11 3D
Octal 253 212 254 1 24 0 41 452 21 75
Binary 10101011 10001010 10101100 1 10100 0 100001 100101010 10001 111101

Color Harmonies of #AB8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AAC

Black with #AB8AAC

Text Example


Text Example

White with #AB8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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