Html Css Color HEX #A881AB London Hue

📋 copy color: '#A881AB'

red 168 ◦ green 129 ◦ blue 171

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

Shades of London Hue #A881AB

Tints of London Hue #A881AB

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 168 129 171 -
CMYK 0.02 0.25 0 0.33
HSL 295.71º 0.2% 0.59% -
HSV(B) 295.71º 0.25% 0.67% -
XYZ 31.35 26.97 42.08 -
YUV 145.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 168 129 171 0.02 0.25 0 0.33 295.71 0.2 0.59
Hex A8 81 AB 2 19 0 21 128 14 3B
Octal 250 201 253 2 31 0 41 450 24 73
Binary 10101000 10000001 10101011 10 11001 0 100001 100101000 10100 111011

Color Harmonies of #A881AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881AB

Black with #A881AB

Text Example


Text Example

White with #A881AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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