#A882CD

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

Shades of East Side #A882CD

Tints of East Side #A882CD

Color information

#A882CD (or 0xA882CD) is unknown color: approx East Side. HEX triplet: A8, 82 and CD. RGB value is (168,130,205). Sum of RGB (Red+Green+Blue) = 168+130+205=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A882CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882CD is #577D32. Grayscale: #959595. Windows color (decimal): -5733683 or 13468328. OLE color: 13468328.

HSL color Cylindrical-coordinate representation of color #A882CD: hue angle of 270.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A882CD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168130205-
CMYK0.180.3700.20
HSL270.4º42.86%65.69%-
HSV(B)270.4º36.59%80.39%-
XYZ35.1528.761.44-
YUV149.91159.09140.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=33.40%
G=25.84%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681302050.180.3700.20270.442.8665.69
HexA882CD122501410e2b42
Octal250202315224502441653102
Binary101010001000001011001101100101001010101001000011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882CD; }

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

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

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

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

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

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

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

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