Html Css Color HEX #A493B0 East Side

📋 copy color: '#A493B0'

red 164 ◦ green 147 ◦ blue 176

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

Shades of East Side #A493B0

Tints of East Side #A493B0

RGB

 RED value IS 164 (64.45% from 255) = 33.68%

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

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

R = 33.68%
G = 30.18%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A493B0 (or 0xA493B0) is known color: East Side. HEX triplet: A4, 93 and B0. RGB value is (164,147,176). Sum of RGB (Red+Green+Blue) = 164+147+176=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 176 - color contains mainly: blue. Hex color #A493B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493B0 is #5B6C4F. Grayscale: #9B9B9B. Windows color (decimal): -5991504 or 11572132. OLE color: 11572132.

HSL color Cylindrical-coordinate representation of color #A493B0: hue angle of 275.17º 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 #A493B0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 147 176 -
CMYK 0.07 0.16 0 0.31
HSL 275.17º 0.16% 0.63% -
HSV(B) 275.17º 0.16% 0.69% -
XYZ 33.58 31.89 45.46 -
YUV 155.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 164 147 176 0.07 0.16 0 0.31 275.17 0.16 0.63
Hex A4 93 B0 7 10 0 1F 113 10 3F
Octal 244 223 260 7 20 0 37 423 20 77
Binary 10100100 10010011 10110000 111 10000 0 11111 100010011 10000 111111

Color Harmonies of #A493B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A493B0

Black with #A493B0

Text Example


Text Example

White with #A493B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A493B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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