Html Css Color HEX #AB8BAC London Hue

📋 copy color: '#AB8BAC'

red 171 ◦ green 139 ◦ blue 172

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

Shades of London Hue #AB8BAC

Tints of London Hue #AB8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

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

R = 35.48%
G = 28.84%
B = 35.68%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB8BAC (or 0xAB8BAC) is known color: London Hue. HEX triplet: AB, 8B and AC. RGB value is (171,139,172). Sum of RGB (Red+Green+Blue) = 171+139+172=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAC is #547453. Grayscale: #989898. Windows color (decimal): -5534804 or 11307947. OLE color: 11307947.

HSL color Cylindrical-coordinate representation of color #AB8BAC: hue angle of 298.18º degrees, saturation: 0.17, 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 #AB8BAC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 172 -
CMYK 0.01 0.19 0 0.33
HSL 298.18º 0.17% 0.61% -
HSV(B) 298.18º 0.19% 0.67% -
XYZ 33.47 30.1 43.08 -
YUV 152.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 171 139 172 0.01 0.19 0 0.33 298.18 0.17 0.61
Hex AB 8B AC 1 13 0 21 12A 11 3D
Octal 253 213 254 1 23 0 41 452 21 75
Binary 10101011 10001011 10101100 1 10011 0 100001 100101010 10001 111101

Color Harmonies of #AB8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BAC

Black with #AB8BAC

Text Example


Text Example

White with #AB8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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