Html Css Color HEX #AA247C Medium Red Violet

📋 copy color: '#AA247C'

red 170 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #AA247C

Tints of Medium Red Violet #AA247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 51.52%
G = 10.91%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA247C (or 0xAA247C) is known color: Medium Red Violet. HEX triplet: AA, 24 and 7C. RGB value is (170,36,124). Sum of RGB (Red+Green+Blue) = 170+36+124=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA247C is #55DB83. Grayscale: #555555. Windows color (decimal): -5626756 or 8135850. OLE color: 8135850.

HSL color Cylindrical-coordinate representation of color #AA247C: hue angle of 320.6º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA247C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 124 -
CMYK 0 0.79 0.27 0.33
HSL 320.6º 0.65% 0.4% -
HSV(B) 320.6º 0.79% 0.67% -
XYZ 20.85 11.26 20.14 -
YUV 86.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 170 36 124 0 0.79 0.27 0.33 320.6 0.65 0.4
Hex AA 24 7C 0 4F 1B 21 141 41 28
Octal 252 44 174 0 117 33 41 501 101 50
Binary 10101010 100100 1111100 0 1001111 11011 100001 101000001 1000001 101000

Color Harmonies of #AA247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA247C

Black with #AA247C

Text Example


Text Example

White with #AA247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA247C; }

 p { color: rgb(170,36,124); }

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

background-color css

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

 a { background-color: rgb(170,36,124); }

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

border-color css

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

 span { border-color: rgb(170,36,124); }

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