Html Css Color HEX #A993AE East Side

📋 copy color: '#A993AE'

red 169 ◦ green 147 ◦ blue 174

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

Shades of East Side #A993AE

Tints of East Side #A993AE

RGB

 RED value IS 169 (66.41% from 255) = 34.49%

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

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 34.49%
G = 30%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A993AE (or 0xA993AE) is known color: East Side. HEX triplet: A9, 93 and AE. RGB value is (169,147,174). Sum of RGB (Red+Green+Blue) = 169+147+174=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A993AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AE is #566C51. Grayscale: #9C9C9C. Windows color (decimal): -5663826 or 11441065. OLE color: 11441065.

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

Color convert

RGB 169 147 174 -
CMYK 0.03 0.16 0 0.32
HSL 288.89º 0.14% 0.63% -
HSV(B) 288.89º 0.16% 0.68% -
XYZ 34.44 32.36 44.48 -
YUV 156.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 169 147 174 0.03 0.16 0 0.32 288.89 0.14 0.63
Hex A9 93 AE 3 10 0 20 121 E 3F
Octal 251 223 256 3 20 0 40 441 16 77
Binary 10101001 10010011 10101110 11 10000 0 100000 100100001 1110 111111

Color Harmonies of #A993AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993AE

Black with #A993AE

Text Example


Text Example

White with #A993AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993AE; }

 p { color: rgb(169,147,174); }

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

background-color css

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

 a { background-color: rgb(169,147,174); }

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

border-color css

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

 span { border-color: rgb(169,147,174); }

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