Html Css Color HEX #A396AB East Side

📋 copy color: '#A396AB'

red 163 ◦ green 150 ◦ blue 171

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

Shades of East Side #A396AB

Tints of East Side #A396AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 33.68%
G = 30.99%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A396AB (or 0xA396AB) is known color: East Side. HEX triplet: A3, 96 and AB. RGB value is (163,150,171). Sum of RGB (Red+Green+Blue) = 163+150+171=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A396AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396AB is #5C6954. Grayscale: #9C9C9C. Windows color (decimal): -6056277 or 11245219. OLE color: 11245219.

HSL color Cylindrical-coordinate representation of color #A396AB: hue angle of 277.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A396AB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 150 171 -
CMYK 0.05 0.12 0 0.33
HSL 277.14º 0.11% 0.63% -
HSV(B) 277.14º 0.12% 0.67% -
XYZ 33.36 32.54 43.05 -
YUV 156.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 163 150 171 0.05 0.12 0 0.33 277.14 0.11 0.63
Hex A3 96 AB 5 C 0 21 115 B 3F
Octal 243 226 253 5 14 0 41 425 13 77
Binary 10100011 10010110 10101011 101 1100 0 100001 100010101 1011 111111

Color Harmonies of #A396AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396AB

Black with #A396AB

Text Example


Text Example

White with #A396AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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