Html Css Color HEX #A394AD East Side

📋 copy color: '#A394AD'

red 163 ◦ green 148 ◦ blue 173

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

Shades of East Side #A394AD

Tints of East Side #A394AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 33.68%
G = 30.58%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A394AD (or 0xA394AD) is known color: East Side. HEX triplet: A3, 94 and AD. RGB value is (163,148,173). Sum of RGB (Red+Green+Blue) = 163+148+173=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A394AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A394AD is #5C6B52. Grayscale: #9B9B9B. Windows color (decimal): -6056787 or 11375779. OLE color: 11375779.

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

Color convert

RGB 163 148 173 -
CMYK 0.06 0.14 0 0.32
HSL 276º 0.13% 0.63% -
HSV(B) 276º 0.14% 0.68% -
XYZ 33.24 31.98 43.96 -
YUV 155.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 163 148 173 0.06 0.14 0 0.32 276 0.13 0.63
Hex A3 94 AD 6 E 0 20 114 D 3F
Octal 243 224 255 6 16 0 40 424 15 77
Binary 10100011 10010100 10101101 110 1110 0 100000 100010100 1101 111111

Color Harmonies of #A394AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394AD

Black with #A394AD

Text Example


Text Example

White with #A394AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394AD; }

 p { color: rgb(163,148,173); }

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

background-color css

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

 a { background-color: rgb(163,148,173); }

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

border-color css

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

 span { border-color: rgb(163,148,173); }

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