#A883AE

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

Shades of East Side #A883AE

Tints of East Side #A883AE

Color information

#A883AE (or 0xA883AE) is unknown color: approx East Side. HEX triplet: A8, 83 and AE. RGB value is (168,131,174). Sum of RGB (Red+Green+Blue) = 168+131+174=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A883AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AE is #577C51. Grayscale: #929292. Windows color (decimal): -5733458 or 11436968. OLE color: 11436968.

HSL color Cylindrical-coordinate representation of color #A883AE: hue angle of 291.63º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A883AE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168131174-
CMYK0.030.2500.32
HSL291.63º20.98%59.8%-
HSV(B)291.63º24.71%68.24%-
XYZ31.927.6143.69-
YUV146.96143.26143-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=35.52%
G=27.70%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681311740.030.2500.32291.6320.9859.8
HexA883AE319020124153c
Octal2502032563310404442574
Binary1010100010000011101011101111001010000010010010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883AE; }

 p { color: rgb(168,131,174); }

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

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

 a { background-color: rgb(168,131,174); }

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

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

 span { border-color: rgb(168,131,174); }

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