#A993BE

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

Shades of East Side #A993BE

Tints of East Side #A993BE

Color information

#A993BE (or 0xA993BE) is unknown color: approx East Side. HEX triplet: A9, 93 and BE. RGB value is (169,147,190). Sum of RGB (Red+Green+Blue) = 169+147+190=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A993BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993BE is #566C41. Grayscale: #9E9E9E. Windows color (decimal): -5663810 or 12489641. OLE color: 12489641.

HSL color Cylindrical-coordinate representation of color #A993BE: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A993BE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169147190-
CMYK0.110.2300.25
HSL270.7º24.86%66.08%-
HSV(B)270.7º22.63%74.51%-
XYZ36.0933.0253.19-
YUV158.48145.79135.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=33.40%
G=29.05%
B=37.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691471900.110.2300.25270.724.8666.08
HexA993BEB1701910f1942
Octal251223276132703141731102
Binary101010011001001110111110101110111011001100001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993BE; }

 p { color: rgb(169,147,190); }

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

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

 a { background-color: rgb(169,147,190); }

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

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

 span { border-color: rgb(169,147,190); }

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