Html Css Color HEX #AA369D Medium Red Violet

📋 copy color: '#AA369D'

red 170 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #AA369D

Tints of Medium Red Violet #AA369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 44.62%
G = 14.17%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA369D (or 0xAA369D) is known color: Medium Red Violet. HEX triplet: AA, 36 and 9D. RGB value is (170,54,157). Sum of RGB (Red+Green+Blue) = 170+54+157=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA369D is #55C962. Grayscale: #646464. Windows color (decimal): -5622115 or 10303146. OLE color: 10303146.

HSL color Cylindrical-coordinate representation of color #AA369D: hue angle of 306.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA369D is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 54 157 -
CMYK 0 0.68 0.08 0.33
HSL 306.72º 0.52% 0.44% -
HSV(B) 306.72º 0.68% 0.67% -
XYZ 23.98 13.62 33.26 -
YUV 100.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 170 54 157 0 0.68 0.08 0.33 306.72 0.52 0.44
Hex AA 36 9D 0 44 8 21 133 34 2C
Octal 252 66 235 0 104 10 41 463 64 54
Binary 10101010 110110 10011101 0 1000100 1000 100001 100110011 110100 101100

Color Harmonies of #AA369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA369D

Black with #AA369D

Text Example


Text Example

White with #AA369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA369D; }

 p { color: rgb(170,54,157); }

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

background-color css

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

 a { background-color: rgb(170,54,157); }

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

border-color css

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

 span { border-color: rgb(170,54,157); }

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