Html Css Color HEX #AB81A5 London Hue

📋 copy color: '#AB81A5'

red 171 ◦ green 129 ◦ blue 165

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

Shades of London Hue #AB81A5

Tints of London Hue #AB81A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 36.77%
G = 27.74%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB81A5 (or 0xAB81A5) is known color: London Hue. HEX triplet: AB, 81 and A5. RGB value is (171,129,165). Sum of RGB (Red+Green+Blue) = 171+129+165=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB81A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81A5 is #547E5A. Grayscale: #919191. Windows color (decimal): -5537371 or 10846635. OLE color: 10846635.

HSL color Cylindrical-coordinate representation of color #AB81A5: hue angle of 308.57º 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 #AB81A5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 165 -
CMYK 0 0.25 0.04 0.33
HSL 308.57º 0.2% 0.59% -
HSV(B) 308.57º 0.25% 0.67% -
XYZ 31.44 27.08 39.17 -
YUV 145.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 171 129 165 0 0.25 0.04 0.33 308.57 0.2 0.59
Hex AB 81 A5 0 19 4 21 135 14 3B
Octal 253 201 245 0 31 4 41 465 24 73
Binary 10101011 10000001 10100101 0 11001 100 100001 100110101 10100 111011

Color Harmonies of #AB81A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81A5

Black with #AB81A5

Text Example


Text Example

White with #AB81A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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