Html Css Color HEX #A881AA London Hue

📋 copy color: '#A881AA'

red 168 ◦ green 129 ◦ blue 170

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

Shades of London Hue #A881AA

Tints of London Hue #A881AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 35.97%
G = 27.62%
B = 36.4%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A881AA (or 0xA881AA) is known color: London Hue. HEX triplet: A8, 81 and AA. RGB value is (168,129,170). Sum of RGB (Red+Green+Blue) = 168+129+170=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A881AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AA is #577E55. Grayscale: #919191. Windows color (decimal): -5733974 or 11174312. OLE color: 11174312.

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

Color convert

RGB 168 129 170 -
CMYK 0.01 0.24 0 0.33
HSL 297.07º 0.19% 0.59% -
HSV(B) 297.07º 0.24% 0.67% -
XYZ 31.25 26.93 41.58 -
YUV 145.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 168 129 170 0.01 0.24 0 0.33 297.07 0.19 0.59
Hex A8 81 AA 1 18 0 21 129 13 3B
Octal 250 201 252 1 30 0 41 451 23 73
Binary 10101000 10000001 10101010 1 11000 0 100001 100101001 10011 111011

Color Harmonies of #A881AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881AA

Black with #A881AA

Text Example


Text Example

White with #A881AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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