Html Css Color HEX #A993B0 East Side

📋 copy color: '#A993B0'

red 169 ◦ green 147 ◦ blue 176

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

Shades of East Side #A993B0

Tints of East Side #A993B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 34.35%
G = 29.88%
B = 35.77%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A993B0 (or 0xA993B0) is known color: East Side. HEX triplet: A9, 93 and B0. RGB value is (169,147,176). Sum of RGB (Red+Green+Blue) = 169+147+176=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #A993B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993B0 is #566C4F. Grayscale: #9C9C9C. Windows color (decimal): -5663824 or 11572137. OLE color: 11572137.

HSL color Cylindrical-coordinate representation of color #A993B0: hue angle of 285.52º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A993B0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 147 176 -
CMYK 0.04 0.16 0 0.31
HSL 285.52º 0.16% 0.63% -
HSV(B) 285.52º 0.16% 0.69% -
XYZ 34.63 32.44 45.51 -
YUV 156.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 169 147 176 0.04 0.16 0 0.31 285.52 0.16 0.63
Hex A9 93 B0 4 10 0 1F 11E 10 3F
Octal 251 223 260 4 20 0 37 436 20 77
Binary 10101001 10010011 10110000 100 10000 0 11111 100011110 10000 111111

Color Harmonies of #A993B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993B0

Black with #A993B0

Text Example


Text Example

White with #A993B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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