Html Css Color HEX #AA247E Medium Red Violet

📋 copy color: '#AA247E'

red 170 ◦ green 36 ◦ blue 126

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

Shades of Medium Red Violet #AA247E

Tints of Medium Red Violet #AA247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 51.2%
G = 10.84%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA247E (or 0xAA247E) is known color: Medium Red Violet. HEX triplet: AA, 24 and 7E. RGB value is (170,36,126). Sum of RGB (Red+Green+Blue) = 170+36+126=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA247E is #55DB81. Grayscale: #565656. Windows color (decimal): -5626754 or 8266922. OLE color: 8266922.

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

Color convert

RGB 170 36 126 -
CMYK 0 0.79 0.26 0.33
HSL 319.7º 0.65% 0.4% -
HSV(B) 319.7º 0.79% 0.67% -
XYZ 20.97 11.31 20.82 -
YUV 86.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 170 36 126 0 0.79 0.26 0.33 319.7 0.65 0.4
Hex AA 24 7E 0 4F 1A 21 140 41 28
Octal 252 44 176 0 117 32 41 500 101 50
Binary 10101010 100100 1111110 0 1001111 11010 100001 101000000 1000001 101000

Color Harmonies of #AA247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA247E

Black with #AA247E

Text Example


Text Example

White with #AA247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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