Html Css Color HEX #AA4395 Medium Red Violet

📋 copy color: '#AA4395'

red 170 ◦ green 67 ◦ blue 149

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

Shades of Medium Red Violet #AA4395

Tints of Medium Red Violet #AA4395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

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

R = 44.04%
G = 17.36%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA4395 (or 0xAA4395) is known color: Medium Red Violet. HEX triplet: AA, 43 and 95. RGB value is (170,67,149). Sum of RGB (Red+Green+Blue) = 170+67+149=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4395 is #55BC6A. Grayscale: #6A6A6A. Windows color (decimal): -5618795 or 9782186. OLE color: 9782186.

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

Color convert

RGB 170 67 149 -
CMYK 0 0.61 0.12 0.33
HSL 312.23º 0.43% 0.46% -
HSV(B) 312.23º 0.61% 0.67% -
XYZ 24.01 14.73 30.01 -
YUV 107.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 170 67 149 0 0.61 0.12 0.33 312.23 0.43 0.46
Hex AA 43 95 0 3D C 21 138 2B 2E
Octal 252 103 225 0 75 14 41 470 53 56
Binary 10101010 1000011 10010101 0 111101 1100 100001 100111000 101011 101110

Color Harmonies of #AA4395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4395

Black with #AA4395

Text Example


Text Example

White with #AA4395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4395; }

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

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

background-color css

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

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

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

border-color css

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

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

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