#a882c1

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

Shades of East Side #A882C1

Tints of East Side #A882C1

Color information

#A882C1 (or 0xA882C1) is unknown color: approx East Side. HEX triplet: A8, 82 and C1. RGB value is (168,130,193). Sum of RGB (Red+Green+Blue) = 168+130+193=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A882C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882C1 is #577D3E. Grayscale: #949494. Windows color (decimal): -5733695 or 12681896. OLE color: 12681896.

HSL color Cylindrical-coordinate representation of color #A882C1: hue angle of 276.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A882C1 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168130193-
CMYK0.130.3300.24
HSL276.19º33.69%63.33%-
HSV(B)276.19º32.64%75.69%-
XYZ33.7628.1454.1-
YUV148.54153.09141.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=34.22%
G=26.48%
B=39.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681301930.130.3300.24276.1933.6963.33
HexA882C1D21018114223f
Octal25020230115410304244277
Binary1010100010000010110000011101100001011000100010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a882c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a882c1; }

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

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

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

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

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

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

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

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