Html Css Color HEX #AA4795 Violet Blue

📋 copy color: '#AA4795'

red 170 ◦ green 71 ◦ blue 149

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

Shades of Violet Blue #AA4795

Tints of Violet Blue #AA4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.21%

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

R = 43.59%
G = 18.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA4795 (or 0xAA4795) is known color: Violet Blue. HEX triplet: AA, 47 and 95. RGB value is (170,71,149). Sum of RGB (Red+Green+Blue) = 170+71+149=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4795 is #55B86A. Grayscale: #6D6D6D. Windows color (decimal): -5617771 or 9783210. OLE color: 9783210.

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

Color convert

RGB 170 71 149 -
CMYK 0 0.58 0.12 0.33
HSL 312.73º 0.41% 0.47% -
HSV(B) 312.73º 0.58% 0.67% -
XYZ 24.26 15.22 30.09 -
YUV 109.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 170 71 149 0 0.58 0.12 0.33 312.73 0.41 0.47
Hex AA 47 95 0 3A C 21 139 29 2F
Octal 252 107 225 0 72 14 41 471 51 57
Binary 10101010 1000111 10010101 0 111010 1100 100001 100111001 101001 101111

Color Harmonies of #AA4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4795

Black with #AA4795

Text Example


Text Example

White with #AA4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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