#A983BA

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

Shades of East Side #A983BA

Tints of East Side #A983BA

Color information

#A983BA (or 0xA983BA) is unknown color: approx East Side. HEX triplet: A9, 83 and BA. RGB value is (169,131,186). Sum of RGB (Red+Green+Blue) = 169+131+186=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A983BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983BA is #567C45. Grayscale: #949494. Windows color (decimal): -5667910 or 12223401. OLE color: 12223401.

HSL color Cylindrical-coordinate representation of color #A983BA: hue angle of 281.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A983BA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169131186-
CMYK0.090.3000.27
HSL281.45º28.5%62.16%-
HSV(B)281.45º29.57%72.94%-
XYZ33.3428.2150.14-
YUV148.63149.09142.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=34.77%
G=26.95%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691311860.090.3000.27281.4528.562.16
HexA983BA91E01B1191c3e
Octal25120327211360334313476
Binary10101001100000111011101010011111001101110001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983BA; }

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

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

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

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

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

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

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

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