#A983CF

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

Shades of East Side #A983CF

Tints of East Side #A983CF

Color information

#A983CF (or 0xA983CF) is unknown color: approx East Side. HEX triplet: A9, 83 and CF. RGB value is (169,131,207). Sum of RGB (Red+Green+Blue) = 169+131+207=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A983CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983CF is #567C30. Grayscale: #969696. Windows color (decimal): -5667889 or 13599657. OLE color: 13599657.

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

Color convert

RGB169131207-
CMYK0.180.3700.19
HSL270º44.19%66.27%-
HSV(B)270º36.71%81.18%-
XYZ35.7429.1762.78-
YUV151.03159.59140.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=33.33%
G=25.84%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691312070.180.3700.1927044.1966.27
HexA983CF122501310e2c42
Octal251203317224502341654102
Binary101010011000001111001111100101001010100111000011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983CF; }

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

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

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

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

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

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

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

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