#A882C7

Color #A882C7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A882C7

Tints of East Side #A882C7

Color information

#A882C7 (or 0xA882C7) is unknown color: approx East Side. HEX triplet: A8, 82 and C7. RGB value is (168,130,199). Sum of RGB (Red+Green+Blue) = 168+130+199=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #A882C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882C7 is #577D38. Grayscale: #949494. Windows color (decimal): -5733689 or 13075112. OLE color: 13075112.

HSL color Cylindrical-coordinate representation of color #A882C7: hue angle of 273.04º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A882C7 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168130199-
CMYK0.160.3500.22
HSL273.04º38.12%64.51%-
HSV(B)273.04º34.67%78.04%-
XYZ34.4428.4157.7-
YUV149.23156.09141.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=33.80%
G=26.16%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681301990.160.3500.22273.0438.1264.51
HexA882C710230161112641
Octal250202307204302642146101
Binary101010001000001011000111100001000110101101000100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882C7; }

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

 H1.HeaderClassName
 {
   color: #A882C7;
 }
 .AnyTagClassName
 {
   color: #A882C7;
 }
</style>
background-color css

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

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

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

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

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

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