#A983BD

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

Shades of East Side #A983BD

Tints of East Side #A983BD

Color information

#A983BD (or 0xA983BD) is unknown color: approx East Side. HEX triplet: A9, 83 and BD. RGB value is (169,131,189). Sum of RGB (Red+Green+Blue) = 169+131+189=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A983BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983BD is #567C42. Grayscale: #949494. Windows color (decimal): -5667907 or 12420009. OLE color: 12420009.

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

Color convert

RGB169131189-
CMYK0.110.3100.26
HSL279.31º30.53%62.75%-
HSV(B)279.31º30.69%74.12%-
XYZ33.6628.3451.84-
YUV148.97150.59142.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=34.56%
G=26.79%
B=38.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691311890.110.3100.26279.3130.5362.75
HexA983BDB1F01A1171f3f
Octal25120327513370324273777
Binary10101001100000111011110110111111101101010001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983BD; }

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

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

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

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

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

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

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

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