#AA307D

Color #AA307D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA307D

Tints of Medium Red Violet #AA307D

Color information

#AA307D (or 0xAA307D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 30 and 7D. RGB value is (170,48,125). Sum of RGB (Red+Green+Blue) = 170+48+125=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA307D is #55CF82. Grayscale: #5D5D5D. Windows color (decimal): -5623683 or 8204458. OLE color: 8204458.

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

Color convert

RGB17048125-
CMYK00.720.260.33
HSL322.13º55.96%42.75%-
HSV(B)322.13º71.76%66.67%-
XYZ21.3412.1420.62-
YUV93.26145.92182.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=49.56%
G=13.99%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704812500.720.260.33322.1355.9642.75
HexAA307D0481A21142382b
Octal25260175011032415027053
Binary1010101011000011111010100100011010100001101000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA307D; }

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

 H1.HeaderClassName
 {
   color: #AA307D;
 }
 .AnyTagClassName
 {
   color: #AA307D;
 }
</style>
background-color css

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

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

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

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

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

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