Html Css Color HEX #A590AA East Side

📋 copy color: '#A590AA'

red 165 ◦ green 144 ◦ blue 170

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

Shades of East Side #A590AA

Tints of East Side #A590AA

RGB

 RED value IS 165 (64.84% from 255) = 34.45%

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 34.45%
G = 30.06%
B = 35.49%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A590AA (or 0xA590AA) is known color: East Side. HEX triplet: A5, 90 and AA. RGB value is (165,144,170). Sum of RGB (Red+Green+Blue) = 165+144+170=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #A590AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AA is #5A6F55. Grayscale: #999999. Windows color (decimal): -5926742 or 11178149. OLE color: 11178149.

HSL color Cylindrical-coordinate representation of color #A590AA: hue angle of 288.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A590AA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 144 170 -
CMYK 0.03 0.15 0 0.33
HSL 288.46º 0.13% 0.62% -
HSV(B) 288.46º 0.15% 0.67% -
XYZ 32.75 30.85 42.26 -
YUV 153.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 165 144 170 0.03 0.15 0 0.33 288.46 0.13 0.62
Hex A5 90 AA 3 F 0 21 120 D 3E
Octal 245 220 252 3 17 0 41 440 15 76
Binary 10100101 10010000 10101010 11 1111 0 100001 100100000 1101 111110

Color Harmonies of #A590AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590AA

Black with #A590AA

Text Example


Text Example

White with #A590AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590AA; }

 p { color: rgb(165,144,170); }

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

background-color css

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

 a { background-color: rgb(165,144,170); }

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

border-color css

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

 span { border-color: rgb(165,144,170); }

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