#A983BF

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

Shades of East Side #A983BF

Tints of East Side #A983BF

Color information

#A983BF (or 0xA983BF) is unknown color: approx East Side. HEX triplet: A9, 83 and BF. RGB value is (169,131,191). Sum of RGB (Red+Green+Blue) = 169+131+191=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A983BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983BF is #567C40. Grayscale: #949494. Windows color (decimal): -5667905 or 12551081. OLE color: 12551081.

HSL color Cylindrical-coordinate representation of color #A983BF: hue angle of 278º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A983BF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169131191-
CMYK0.120.3100.25
HSL278º31.91%63.14%-
HSV(B)278º31.41%74.9%-
XYZ33.8828.4352.99-
YUV149.2151.59142.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 191 (75% from 255) = 38.90%
R=34.42%
G=26.68%
B=38.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691311910.120.3100.2527831.9163.14
HexA983BFC1F019116203f
Octal25120327714370314264077
Binary101010011000001110111111110011111011001100010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983BF; }

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

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

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

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

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

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

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

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