Html Css Color HEX #A882AA London Hue

📋 copy color: '#A882AA'

red 168 ◦ green 130 ◦ blue 170

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

Shades of London Hue #A882AA

Tints of London Hue #A882AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

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

R = 35.9%
G = 27.78%
B = 36.32%

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

#A882AA (or 0xA882AA) is known color: London Hue. HEX triplet: A8, 82 and AA. RGB value is (168,130,170). Sum of RGB (Red+Green+Blue) = 168+130+170=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A882AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AA is #577D55. Grayscale: #919191. Windows color (decimal): -5733718 or 11174568. OLE color: 11174568.

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

Color convert

RGB 168 130 170 -
CMYK 0.01 0.24 0 0.33
HSL 297º 0.19% 0.59% -
HSV(B) 297º 0.24% 0.67% -
XYZ 31.39 27.19 41.62 -
YUV 145.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 168 130 170 0.01 0.24 0 0.33 297 0.19 0.59
Hex A8 82 AA 1 18 0 21 129 13 3B
Octal 250 202 252 1 30 0 41 451 23 73
Binary 10101000 10000010 10101010 1 11000 0 100001 100101001 10011 111011

Color Harmonies of #A882AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882AA

Black with #A882AA

Text Example


Text Example

White with #A882AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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