Html Css Color HEX #AB81A8 London Hue

📋 copy color: '#AB81A8'

red 171 ◦ green 129 ◦ blue 168

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

Shades of London Hue #AB81A8

Tints of London Hue #AB81A8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 36.54%
G = 27.56%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB81A8 (or 0xAB81A8) is known color: London Hue. HEX triplet: AB, 81 and A8. RGB value is (171,129,168). Sum of RGB (Red+Green+Blue) = 171+129+168=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB81A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81A8 is #547E57. Grayscale: #919191. Windows color (decimal): -5537368 or 11043243. OLE color: 11043243.

HSL color Cylindrical-coordinate representation of color #AB81A8: hue angle of 304.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB81A8 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 168 -
CMYK 0 0.25 0.02 0.33
HSL 304.29º 0.2% 0.59% -
HSV(B) 304.29º 0.25% 0.67% -
XYZ 31.71 27.19 40.62 -
YUV 146 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 171 129 168 0 0.25 0.02 0.33 304.29 0.2 0.59
Hex AB 81 A8 0 19 2 21 130 14 3B
Octal 253 201 250 0 31 2 41 460 24 73
Binary 10101011 10000001 10101000 0 11001 10 100001 100110000 10100 111011

Color Harmonies of #AB81A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81A8

Black with #AB81A8

Text Example


Text Example

White with #AB81A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81A8; }

 p { color: rgb(171,129,168); }

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

background-color css

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

 a { background-color: rgb(171,129,168); }

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

border-color css

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

 span { border-color: rgb(171,129,168); }

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