#A983CB

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

Shades of East Side #A983CB

Tints of East Side #A983CB

Color information

#A983CB (or 0xA983CB) is unknown color: approx East Side. HEX triplet: A9, 83 and CB. RGB value is (169,131,203). Sum of RGB (Red+Green+Blue) = 169+131+203=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A983CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983CB is #567C34. Grayscale: #969696. Windows color (decimal): -5667893 or 13337513. OLE color: 13337513.

HSL color Cylindrical-coordinate representation of color #A983CB: hue angle of 271.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A983CB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169131203-
CMYK0.170.3500.20
HSL271.67º40.91%65.49%-
HSV(B)271.67º35.47%79.61%-
XYZ35.2628.9860.24-
YUV150.57157.59141.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=33.60%
G=26.04%
B=40.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691312030.170.3500.20271.6740.9165.49
HexA983CB11230141102941
Octal251203313214302442051101
Binary101010011000001111001011100011000110101001000100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983CB; }

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

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

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

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

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

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

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

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