Html Css Color HEX #A396AD East Side

📋 copy color: '#A396AD'

red 163 ◦ green 150 ◦ blue 173

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

Shades of East Side #A396AD

Tints of East Side #A396AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 33.54%
G = 30.86%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A396AD (or 0xA396AD) is known color: East Side. HEX triplet: A3, 96 and AD. RGB value is (163,150,173). Sum of RGB (Red+Green+Blue) = 163+150+173=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A396AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396AD is #5C6952. Grayscale: #9C9C9C. Windows color (decimal): -6056275 or 11376291. OLE color: 11376291.

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

Color convert

RGB 163 150 173 -
CMYK 0.06 0.13 0 0.32
HSL 273.91º 0.12% 0.63% -
HSV(B) 273.91º 0.13% 0.68% -
XYZ 33.55 32.62 44.06 -
YUV 156.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 163 150 173 0.06 0.13 0 0.32 273.91 0.12 0.63
Hex A3 96 AD 6 D 0 20 112 C 3F
Octal 243 226 255 6 15 0 40 422 14 77
Binary 10100011 10010110 10101101 110 1101 0 100000 100010010 1100 111111

Color Harmonies of #A396AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396AD

Black with #A396AD

Text Example


Text Example

White with #A396AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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