#A880CE

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

Shades of East Side #A880CE

Tints of East Side #A880CE

Color information

#A880CE (or 0xA880CE) is unknown color: approx East Side. HEX triplet: A8, 80 and CE. RGB value is (168,128,206). Sum of RGB (Red+Green+Blue) = 168+128+206=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A880CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880CE is #577F31. Grayscale: #949494. Windows color (decimal): -5734194 or 13533352. OLE color: 13533352.

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

Color convert

RGB168128206-
CMYK0.180.3800.19
HSL270.77º44.32%65.49%-
HSV(B)270.77º37.86%80.78%-
XYZ35.0128.2261.99-
YUV148.85160.25141.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=33.47%
G=25.50%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681282060.180.3800.19270.7744.3265.49
HexA880CE122601310f2c41
Octal250200316224602341754101
Binary101010001000000011001110100101001100100111000011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880CE; }

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

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

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

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

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

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

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

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