#A983C9

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

Shades of East Side #A983C9

Tints of East Side #A983C9

Color information

#A983C9 (or 0xA983C9) is unknown color: approx East Side. HEX triplet: A9, 83 and C9. RGB value is (169,131,201). Sum of RGB (Red+Green+Blue) = 169+131+201=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A983C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983C9 is #567C36. Grayscale: #969696. Windows color (decimal): -5667895 or 13206441. OLE color: 13206441.

HSL color Cylindrical-coordinate representation of color #A983C9: hue angle of 272.57º degrees, saturation: 0.39, 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 #A983C9 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169131201-
CMYK0.160.3500.21
HSL272.57º39.33%65.1%-
HSV(B)272.57º34.83%78.82%-
XYZ35.0228.8858.99-
YUV150.34156.59141.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=33.73%
G=26.15%
B=40.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691312010.160.3500.21272.5739.3365.1
HexA983C910230151112741
Octal251203311204302542147101
Binary101010011000001111001001100001000110101011000100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983C9; }

 p { color: rgb(169,131,201); }

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

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

 a { background-color: rgb(169,131,201); }

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

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

 span { border-color: rgb(169,131,201); }

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