Html Css Color HEX #AA30A6 Medium Red Violet

📋 copy color: '#AA30A6'

red 170 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #AA30A6

Tints of Medium Red Violet #AA30A6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

 BLUE value IS 166 (65.23% from 255) = 43.23%

R = 44.27%
G = 12.5%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA30A6 (or 0xAA30A6) is known color: Medium Red Violet. HEX triplet: AA, 30 and A6. RGB value is (170,48,166). Sum of RGB (Red+Green+Blue) = 170+48+166=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30A6 is #55CF59. Grayscale: #616161. Windows color (decimal): -5623642 or 10891434. OLE color: 10891434.

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

Color convert

RGB 170 48 166 -
CMYK 0 0.72 0.02 0.33
HSL 301.97º 0.56% 0.43% -
HSV(B) 301.97º 0.72% 0.67% -
XYZ 24.52 13.41 37.37 -
YUV 97.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 170 48 166 0 0.72 0.02 0.33 301.97 0.56 0.43
Hex AA 30 A6 0 48 2 21 12E 38 2B
Octal 252 60 246 0 110 2 41 456 70 53
Binary 10101010 110000 10100110 0 1001000 10 100001 100101110 111000 101011

Color Harmonies of #AA30A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30A6

Black with #AA30A6

Text Example


Text Example

White with #AA30A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30A6; }

 p { color: rgb(170,48,166); }

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

background-color css

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

 a { background-color: rgb(170,48,166); }

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

border-color css

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

 span { border-color: rgb(170,48,166); }

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