#A883CA

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

Shades of East Side #A883CA

Tints of East Side #A883CA

Color information

#A883CA (or 0xA883CA) is unknown color: approx East Side. HEX triplet: A8, 83 and CA. RGB value is (168,131,202). Sum of RGB (Red+Green+Blue) = 168+131+202=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A883CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CA is #577C35. Grayscale: #959595. Windows color (decimal): -5733430 or 13271976. OLE color: 13271976.

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

Color convert

RGB168131202-
CMYK0.170.3500.21
HSL271.27º40.11%65.29%-
HSV(B)271.27º35.15%79.22%-
XYZ34.9328.8259.6-
YUV150.16157.26140.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=33.53%
G=26.15%
B=40.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681312020.170.3500.21271.2740.1165.29
HexA883CA112301510f2841
Octal250203312214302541750101
Binary101010001000001111001010100011000110101011000011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883CA; }

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

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

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

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

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

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

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

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