#A882C8

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

Shades of East Side #A882C8

Tints of East Side #A882C8

Color information

#A882C8 (or 0xA882C8) is unknown color: approx East Side. HEX triplet: A8, 82 and C8. RGB value is (168,130,200). Sum of RGB (Red+Green+Blue) = 168+130+200=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #A882C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882C8 is #577D37. Grayscale: #959595. Windows color (decimal): -5733688 or 13140648. OLE color: 13140648.

HSL color Cylindrical-coordinate representation of color #A882C8: hue angle of 272.57º degrees, saturation: 0.39, 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 #A882C8 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168130200-
CMYK0.160.3500.22
HSL272.57º38.89%64.71%-
HSV(B)272.57º35%78.43%-
XYZ34.5628.4658.32-
YUV149.34156.59141.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=33.73%
G=26.10%
B=40.16%

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
Decimal1681302000.160.3500.22272.5738.8964.71
HexA882C810230161112741
Octal250202310204302642147101
Binary101010001000001011001000100001000110101101000100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882C8; }

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

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

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

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

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

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

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

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