#A983CD

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

Shades of East Side #A983CD

Tints of East Side #A983CD

Color information

#A983CD (or 0xA983CD) is unknown color: approx East Side. HEX triplet: A9, 83 and CD. RGB value is (169,131,205). Sum of RGB (Red+Green+Blue) = 169+131+205=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A983CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983CD is #567C32. Grayscale: #969696. Windows color (decimal): -5667891 or 13468585. OLE color: 13468585.

HSL color Cylindrical-coordinate representation of color #A983CD: hue angle of 270.81º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A983CD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169131205-
CMYK0.180.3600.20
HSL270.81º42.53%65.88%-
HSV(B)270.81º36.1%80.39%-
XYZ35.529.0861.5-
YUV150.8158.59140.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=33.47%
G=25.94%
B=40.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691312050.180.3600.20270.8142.5365.88
HexA983CD122401410f2b42
Octal251203315224402441753102
Binary101010011000001111001101100101001000101001000011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983CD; }

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

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

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

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

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

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

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

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