Html Css Color HEX #AA4495 Medium Red Violet

📋 copy color: '#AA4495'

red 170 ◦ green 68 ◦ blue 149

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

Shades of Medium Red Violet #AA4495

Tints of Medium Red Violet #AA4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 43.93%
G = 17.57%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA4495 (or 0xAA4495) is known color: Medium Red Violet. HEX triplet: AA, 44 and 95. RGB value is (170,68,149). Sum of RGB (Red+Green+Blue) = 170+68+149=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4495 is #55BB6A. Grayscale: #6B6B6B. Windows color (decimal): -5618539 or 9782442. OLE color: 9782442.

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

Color convert

RGB 170 68 149 -
CMYK 0 0.6 0.12 0.33
HSL 312.35º 0.43% 0.47% -
HSV(B) 312.35º 0.6% 0.67% -
XYZ 24.07 14.85 30.03 -
YUV 107.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 170 68 149 0 0.6 0.12 0.33 312.35 0.43 0.47
Hex AA 44 95 0 3C C 21 138 2B 2F
Octal 252 104 225 0 74 14 41 470 53 57
Binary 10101010 1000100 10010101 0 111100 1100 100001 100111000 101011 101111

Color Harmonies of #AA4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4495

Black with #AA4495

Text Example


Text Example

White with #AA4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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