Html Css Color HEX #AA307D Medium Red Violet

📋 copy color: '#AA307D'

red 170 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #AA307D

Tints of Medium Red Violet #AA307D

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA307D (or 0xAA307D) is known color: 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

RGB 170 48 125 -
CMYK 0 0.72 0.26 0.33
HSL 322.13º 0.56% 0.43% -
HSV(B) 322.13º 0.72% 0.67% -
XYZ 21.34 12.14 20.62 -
YUV 93.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 170 48 125 0 0.72 0.26 0.33 322.13 0.56 0.43
Hex AA 30 7D 0 48 1A 21 142 38 2B
Octal 252 60 175 0 110 32 41 502 70 53
Binary 10101010 110000 1111101 0 1001000 11010 100001 101000010 111000 101011

Color Harmonies of #AA307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA307D

Black with #AA307D

Text Example


Text Example

White with #AA307D

Text Example


Text Example

HTML Codes & Css Web 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>