#A983BC

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

Shades of East Side #A983BC

Tints of East Side #A983BC

Color information

#A983BC (or 0xA983BC) is unknown color: approx East Side. HEX triplet: A9, 83 and BC. RGB value is (169,131,188). Sum of RGB (Red+Green+Blue) = 169+131+188=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A983BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983BC is #567C43. Grayscale: #949494. Windows color (decimal): -5667908 or 12354473. OLE color: 12354473.

HSL color Cylindrical-coordinate representation of color #A983BC: hue angle of 280º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A983BC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169131188-
CMYK0.100.3000.26
HSL280º29.84%62.55%-
HSV(B)280º30.32%73.73%-
XYZ33.5628.351.27-
YUV148.86150.09142.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=34.63%
G=26.84%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691311880.100.3000.2628029.8462.55
HexA983BCA1E01A1181e3f
Octal25120327412360324303677
Binary10101001100000111011110010101111001101010001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983BC; }

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

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

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

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

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

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

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

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