Html Css Color HEX #A393AE East Side

📋 copy color: '#A393AE'

red 163 ◦ green 147 ◦ blue 174

#A393AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A393AE

Tints of East Side #A393AE

RGB

 RED value IS 163 (64.06% from 255) = 33.68%

 GREEN value IS 147 (57.81% from 255) = 30.37%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 33.68%
G = 30.37%
B = 35.95%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A393AE (or 0xA393AE) is known color: East Side. HEX triplet: A3, 93 and AE. RGB value is (163,147,174). Sum of RGB (Red+Green+Blue) = 163+147+174=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A393AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393AE is #5C6C51. Grayscale: #9A9A9A. Windows color (decimal): -6057042 or 11441059. OLE color: 11441059.

HSL color Cylindrical-coordinate representation of color #A393AE: hue angle of 275.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A393AE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 147 174 -
CMYK 0.06 0.16 0 0.32
HSL 275.56º 0.14% 0.63% -
HSV(B) 275.56º 0.16% 0.68% -
XYZ 33.18 31.71 44.42 -
YUV 154.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 163 147 174 0.06 0.16 0 0.32 275.56 0.14 0.63
Hex A3 93 AE 6 10 0 20 114 E 3F
Octal 243 223 256 6 20 0 40 424 16 77
Binary 10100011 10010011 10101110 110 10000 0 100000 100010100 1110 111111

Color Harmonies of #A393AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393AE

Black with #A393AE

Text Example


Text Example

White with #A393AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393AE; }

 p { color: rgb(163,147,174); }

 H1.HeaderClassName
 {
   color: #A393AE;
 }
 .AnyTagClassName
 {
   color: #A393AE;
 }
</style>

background-color css

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

 a { background-color: rgb(163,147,174); }

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

border-color css

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

 span { border-color: rgb(163,147,174); }

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