Html Css Color HEX #A490AD East Side

📋 copy color: '#A490AD'

red 164 ◦ green 144 ◦ blue 173

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

Shades of East Side #A490AD

Tints of East Side #A490AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 34.1%
G = 29.94%
B = 35.97%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A490AD (or 0xA490AD) is known color: East Side. HEX triplet: A4, 90 and AD. RGB value is (164,144,173). Sum of RGB (Red+Green+Blue) = 164+144+173=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A490AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AD is #5B6F52. Grayscale: #999999. Windows color (decimal): -5992275 or 11374756. OLE color: 11374756.

HSL color Cylindrical-coordinate representation of color #A490AD: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A490AD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 144 173 -
CMYK 0.05 0.17 0 0.32
HSL 281.38º 0.15% 0.62% -
HSV(B) 281.38º 0.17% 0.68% -
XYZ 32.83 30.86 43.76 -
YUV 153.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 164 144 173 0.05 0.17 0 0.32 281.38 0.15 0.62
Hex A4 90 AD 5 11 0 20 119 F 3E
Octal 244 220 255 5 21 0 40 431 17 76
Binary 10100100 10010000 10101101 101 10001 0 100000 100011001 1111 111110

Color Harmonies of #A490AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490AD

Black with #A490AD

Text Example


Text Example

White with #A490AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490AD; }

 p { color: rgb(164,144,173); }

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

background-color css

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

 a { background-color: rgb(164,144,173); }

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

border-color css

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

 span { border-color: rgb(164,144,173); }

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