#A983D0

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

Shades of East Side #A983D0

Tints of East Side #A983D0

Color information

#A983D0 (or 0xA983D0) is unknown color: approx East Side. HEX triplet: A9, 83 and D0. RGB value is (169,131,208). Sum of RGB (Red+Green+Blue) = 169+131+208=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #A983D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D0 is #567C2F. Grayscale: #969696. Windows color (decimal): -5667888 or 13665193. OLE color: 13665193.

HSL color Cylindrical-coordinate representation of color #A983D0: hue angle of 269.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A983D0 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169131208-
CMYK0.190.3700.18
HSL269.61º45.03%66.47%-
HSV(B)269.61º37.02%81.57%-
XYZ35.8629.2263.42-
YUV151.14160.09140.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=33.27%
G=25.79%
B=40.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691312080.190.3700.18269.6145.0366.47
HexA983D0132501210e2d42
Octal251203320234502241655102
Binary101010011000001111010000100111001010100101000011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983D0; }

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

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

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

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

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

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

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

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