Html Css Color HEX #A595AA East Side

📋 copy color: '#A595AA'

red 165 ◦ green 149 ◦ blue 170

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

Shades of East Side #A595AA

Tints of East Side #A595AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 34.09%
G = 30.79%
B = 35.12%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A595AA (or 0xA595AA) is known color: East Side. HEX triplet: A5, 95 and AA. RGB value is (165,149,170). Sum of RGB (Red+Green+Blue) = 165+149+170=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A595AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595AA is #5A6A55. Grayscale: #9C9C9C. Windows color (decimal): -5925462 or 11179429. OLE color: 11179429.

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

Color convert

RGB 165 149 170 -
CMYK 0.03 0.12 0 0.33
HSL 285.71º 0.11% 0.63% -
HSV(B) 285.71º 0.12% 0.67% -
XYZ 33.52 32.4 42.52 -
YUV 156.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 165 149 170 0.03 0.12 0 0.33 285.71 0.11 0.63
Hex A5 95 AA 3 C 0 21 11E B 3F
Octal 245 225 252 3 14 0 41 436 13 77
Binary 10100101 10010101 10101010 11 1100 0 100001 100011110 1011 111111

Color Harmonies of #A595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595AA

Black with #A595AA

Text Example


Text Example

White with #A595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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