#A993B3

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

Shades of East Side #A993B3

Tints of East Side #A993B3

Color information

#A993B3 (or 0xA993B3) is unknown color: approx East Side. HEX triplet: A9, 93 and B3. RGB value is (169,147,179). Sum of RGB (Red+Green+Blue) = 169+147+179=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #A993B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993B3 is #566C4C. Grayscale: #9D9D9D. Windows color (decimal): -5663821 or 11768745. OLE color: 11768745.

HSL color Cylindrical-coordinate representation of color #A993B3: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A993B3 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169147179-
CMYK0.060.1800.30
HSL281.25º17.39%63.92%-
HSV(B)281.25º17.88%70.2%-
XYZ34.9332.5647.09-
YUV157.23140.29136.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=34.14%
G=29.70%
B=36.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691471790.060.1800.30281.2517.3963.92
HexA993B361201E1191140
Octal25122326362203643121100
Binary10101001100100111011001111010010011110100011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993B3; }

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

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

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

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

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

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

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

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