Html Css Color HEX #AA369C Medium Red Violet

📋 copy color: '#AA369C'

red 170 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #AA369C

Tints of Medium Red Violet #AA369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 44.74%
G = 14.21%
B = 41.05%

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

#AA369C (or 0xAA369C) is known color: Medium Red Violet. HEX triplet: AA, 36 and 9C. RGB value is (170,54,156). Sum of RGB (Red+Green+Blue) = 170+54+156=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA369C is #55C963. Grayscale: #646464. Windows color (decimal): -5622116 or 10237610. OLE color: 10237610.

HSL color Cylindrical-coordinate representation of color #AA369C: hue angle of 307.24º 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 #AA369C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 54 156 -
CMYK 0 0.68 0.08 0.33
HSL 307.24º 0.52% 0.44% -
HSV(B) 307.24º 0.68% 0.67% -
XYZ 23.9 13.58 32.82 -
YUV 100.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 170 54 156 0 0.68 0.08 0.33 307.24 0.52 0.44
Hex AA 36 9C 0 44 8 21 133 34 2C
Octal 252 66 234 0 104 10 41 463 64 54
Binary 10101010 110110 10011100 0 1000100 1000 100001 100110011 110100 101100

Color Harmonies of #AA369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA369C

Black with #AA369C

Text Example


Text Example

White with #AA369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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