Html Css Color HEX #A490AF East Side

📋 copy color: '#A490AF'

red 164 ◦ green 144 ◦ blue 175

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

Shades of East Side #A490AF

Tints of East Side #A490AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 33.95%
G = 29.81%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A490AF (or 0xA490AF) is known color: East Side. HEX triplet: A4, 90 and AF. RGB value is (164,144,175). Sum of RGB (Red+Green+Blue) = 164+144+175=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A490AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AF is #5B6F50. Grayscale: #999999. Windows color (decimal): -5992273 or 11505828. OLE color: 11505828.

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

Color convert

RGB 164 144 175 -
CMYK 0.06 0.18 0 0.31
HSL 278.71º 0.16% 0.63% -
HSV(B) 278.71º 0.18% 0.69% -
XYZ 33.02 30.93 44.79 -
YUV 153.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 164 144 175 0.06 0.18 0 0.31 278.71 0.16 0.63
Hex A4 90 AF 6 12 0 1F 117 10 3F
Octal 244 220 257 6 22 0 37 427 20 77
Binary 10100100 10010000 10101111 110 10010 0 11111 100010111 10000 111111

Color Harmonies of #A490AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490AF

Black with #A490AF

Text Example


Text Example

White with #A490AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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