Html Css Color HEX #A393AF East Side

📋 copy color: '#A393AF'

red 163 ◦ green 147 ◦ blue 175

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

Shades of East Side #A393AF

Tints of East Side #A393AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 33.61%
G = 30.31%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A393AF (or 0xA393AF) is known color: East Side. HEX triplet: A3, 93 and AF. RGB value is (163,147,175). Sum of RGB (Red+Green+Blue) = 163+147+175=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A393AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393AF is #5C6C50. Grayscale: #9A9A9A. Windows color (decimal): -6057041 or 11506595. OLE color: 11506595.

HSL color Cylindrical-coordinate representation of color #A393AF: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A393AF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 147 175 -
CMYK 0.07 0.16 0 0.31
HSL 274.29º 0.15% 0.63% -
HSV(B) 274.29º 0.16% 0.69% -
XYZ 33.28 31.75 44.93 -
YUV 154.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 163 147 175 0.07 0.16 0 0.31 274.29 0.15 0.63
Hex A3 93 AF 7 10 0 1F 112 F 3F
Octal 243 223 257 7 20 0 37 422 17 77
Binary 10100011 10010011 10101111 111 10000 0 11111 100010010 1111 111111

Color Harmonies of #A393AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393AF

Black with #A393AF

Text Example


Text Example

White with #A393AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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