Html Css Color HEX #AA248F Medium Red Violet

📋 copy color: '#AA248F'

red 170 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #AA248F

Tints of Medium Red Violet #AA248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 48.71%
G = 10.32%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA248F (or 0xAA248F) is known color: Medium Red Violet. HEX triplet: AA, 24 and 8F. RGB value is (170,36,143). Sum of RGB (Red+Green+Blue) = 170+36+143=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA248F is #55DB70. Grayscale: #575757. Windows color (decimal): -5626737 or 9381034. OLE color: 9381034.

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

Color convert

RGB 170 36 143 -
CMYK 0 0.79 0.16 0.33
HSL 312.09º 0.65% 0.4% -
HSV(B) 312.09º 0.79% 0.67% -
XYZ 22.17 11.79 27.09 -
YUV 88.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 170 36 143 0 0.79 0.16 0.33 312.09 0.65 0.4
Hex AA 24 8F 0 4F 10 21 138 41 28
Octal 252 44 217 0 117 20 41 470 101 50
Binary 10101010 100100 10001111 0 1001111 10000 100001 100111000 1000001 101000

Color Harmonies of #AA248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA248F

Black with #AA248F

Text Example


Text Example

White with #AA248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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