Html Css Color HEX #AA5795 Violet Blue

📋 copy color: '#AA5795'

red 170 ◦ green 87 ◦ blue 149

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

Shades of Violet Blue #AA5795

Tints of Violet Blue #AA5795

RGB

 RED value IS 170 (66.8% from 255) = 41.87%

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 41.87%
G = 21.43%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5795 (or 0xAA5795) is known color: Violet Blue. HEX triplet: AA, 57 and 95. RGB value is (170,87,149). Sum of RGB (Red+Green+Blue) = 170+87+149=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5795 is #55A86A. Grayscale: #767676. Windows color (decimal): -5613675 or 9787306. OLE color: 9787306.

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

Color convert

RGB 170 87 149 -
CMYK 0 0.49 0.12 0.33
HSL 315.18º 0.33% 0.5% -
HSV(B) 315.18º 0.49% 0.67% -
XYZ 25.41 17.53 30.48 -
YUV 118.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 170 87 149 0 0.49 0.12 0.33 315.18 0.33 0.5
Hex AA 57 95 0 31 C 21 13B 21 32
Octal 252 127 225 0 61 14 41 473 41 62
Binary 10101010 1010111 10010101 0 110001 1100 100001 100111011 100001 110010

Color Harmonies of #AA5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5795

Black with #AA5795

Text Example


Text Example

White with #AA5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5795; }

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

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

background-color css

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

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

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

border-color css

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

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

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