Html Css Color HEX #AA249B Medium Red Violet

📋 copy color: '#AA249B'

red 170 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #AA249B

Tints of Medium Red Violet #AA249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 47.09%
G = 9.97%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA249B (or 0xAA249B) is known color: Medium Red Violet. HEX triplet: AA, 24 and 9B. RGB value is (170,36,155). Sum of RGB (Red+Green+Blue) = 170+36+155=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA249B is #55DB64. Grayscale: #595959. Windows color (decimal): -5626725 or 10167466. OLE color: 10167466.

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

Color convert

RGB 170 36 155 -
CMYK 0 0.79 0.09 0.33
HSL 306.72º 0.65% 0.4% -
HSV(B) 306.72º 0.79% 0.67% -
XYZ 23.12 12.17 32.14 -
YUV 89.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 170 36 155 0 0.79 0.09 0.33 306.72 0.65 0.4
Hex AA 24 9B 0 4F 9 21 133 41 28
Octal 252 44 233 0 117 11 41 463 101 50
Binary 10101010 100100 10011011 0 1001111 1001 100001 100110011 1000001 101000

Color Harmonies of #AA249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA249B

Black with #AA249B

Text Example


Text Example

White with #AA249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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