Html Css Color HEX #A590AF East Side

📋 copy color: '#A590AF'

red 165 ◦ green 144 ◦ blue 175

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

Shades of East Side #A590AF

Tints of East Side #A590AF

RGB

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

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

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

R = 34.09%
G = 29.75%
B = 36.16%

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

#A590AF (or 0xA590AF) is known color: East Side. HEX triplet: A5, 90 and AF. RGB value is (165,144,175). Sum of RGB (Red+Green+Blue) = 165+144+175=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #A590AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AF is #5A6F50. Grayscale: #999999. Windows color (decimal): -5926737 or 11505829. OLE color: 11505829.

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

Color convert

RGB 165 144 175 -
CMYK 0.06 0.18 0 0.31
HSL 280.65º 0.16% 0.63% -
HSV(B) 280.65º 0.18% 0.69% -
XYZ 33.23 31.04 44.8 -
YUV 153.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 165 144 175 0.06 0.18 0 0.31 280.65 0.16 0.63
Hex A5 90 AF 6 12 0 1F 119 10 3F
Octal 245 220 257 6 22 0 37 431 20 77
Binary 10100101 10010000 10101111 110 10010 0 11111 100011001 10000 111111

Color Harmonies of #A590AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590AF

Black with #A590AF

Text Example


Text Example

White with #A590AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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