#A880CD

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

Shades of East Side #A880CD

Tints of East Side #A880CD

Color information

#A880CD (or 0xA880CD) is unknown color: approx East Side. HEX triplet: A8, 80 and CD. RGB value is (168,128,205). Sum of RGB (Red+Green+Blue) = 168+128+205=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A880CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880CD is #577F32. Grayscale: #949494. Windows color (decimal): -5734195 or 13467816. OLE color: 13467816.

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

Color convert

RGB168128205-
CMYK0.180.3800.20
HSL271.17º43.5%65.29%-
HSV(B)271.17º37.56%80.39%-
XYZ34.8928.1761.36-
YUV148.74159.75141.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=33.53%
G=25.55%
B=40.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681282050.180.3800.20271.1743.565.29
HexA880CD122601410f2c41
Octal250200315224602441754101
Binary101010001000000011001101100101001100101001000011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880CD; }

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

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

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

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

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

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

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

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