#A880CA

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

Shades of East Side #A880CA

Tints of East Side #A880CA

Color information

#A880CA (or 0xA880CA) is unknown color: approx East Side. HEX triplet: A8, 80 and CA. RGB value is (168,128,202). Sum of RGB (Red+Green+Blue) = 168+128+202=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A880CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880CA is #577F35. Grayscale: #949494. Windows color (decimal): -5734198 or 13271208. OLE color: 13271208.

HSL color Cylindrical-coordinate representation of color #A880CA: hue angle of 272.43º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A880CA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168128202-
CMYK0.170.3700.21
HSL272.43º41.11%64.71%-
HSV(B)272.43º36.63%79.22%-
XYZ34.5328.0359.47-
YUV148.4158.25141.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=33.73%
G=25.70%
B=40.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681282020.170.3700.21272.4341.1164.71
HexA880CA11250151102941
Octal250200312214502542051101
Binary101010001000000011001010100011001010101011000100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880CA; }

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

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

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

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

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

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

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

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