Html Css Color HEX #A395AB East Side

📋 copy color: '#A395AB'

red 163 ◦ green 149 ◦ blue 171

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

Shades of East Side #A395AB

Tints of East Side #A395AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 33.75%
G = 30.85%
B = 35.4%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A395AB (or 0xA395AB) is known color: East Side. HEX triplet: A3, 95 and AB. RGB value is (163,149,171). Sum of RGB (Red+Green+Blue) = 163+149+171=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A395AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A395AB is #5C6A54. Grayscale: #9B9B9B. Windows color (decimal): -6056533 or 11244963. OLE color: 11244963.

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

Color convert

RGB 163 149 171 -
CMYK 0.05 0.13 0 0.33
HSL 278.18º 0.12% 0.63% -
HSV(B) 278.18º 0.13% 0.67% -
XYZ 33.2 32.22 43 -
YUV 155.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 163 149 171 0.05 0.13 0 0.33 278.18 0.12 0.63
Hex A3 95 AB 5 D 0 21 116 C 3F
Octal 243 225 253 5 15 0 41 426 14 77
Binary 10100011 10010101 10101011 101 1101 0 100001 100010110 1100 111111

Color Harmonies of #A395AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395AB

Black with #A395AB

Text Example


Text Example

White with #A395AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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