Html Css Color HEX #AA2F8D Medium Red Violet

📋 copy color: '#AA2F8D'

red 170 ◦ green 47 ◦ blue 141

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

Shades of Medium Red Violet #AA2F8D

Tints of Medium Red Violet #AA2F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 47.49%
G = 13.13%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA2F8D (or 0xAA2F8D) is known color: Medium Red Violet. HEX triplet: AA, 2F and 8D. RGB value is (170,47,141). Sum of RGB (Red+Green+Blue) = 170+47+141=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F8D is #55D072. Grayscale: #5E5E5E. Windows color (decimal): -5623923 or 9252778. OLE color: 9252778.

HSL color Cylindrical-coordinate representation of color #AA2F8D: hue angle of 314.15º degrees, saturation: 0.57, 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 #AA2F8D is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 47 141 -
CMYK 0 0.72 0.17 0.33
HSL 314.15º 0.57% 0.43% -
HSV(B) 314.15º 0.72% 0.67% -
XYZ 22.4 12.5 26.43 -
YUV 94.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 170 47 141 0 0.72 0.17 0.33 314.15 0.57 0.43
Hex AA 2F 8D 0 48 11 21 13A 39 2B
Octal 252 57 215 0 110 21 41 472 71 53
Binary 10101010 101111 10001101 0 1001000 10001 100001 100111010 111001 101011

Color Harmonies of #AA2F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F8D

Black with #AA2F8D

Text Example


Text Example

White with #AA2F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F8D; }

 p { color: rgb(170,47,141); }

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

background-color css

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

 a { background-color: rgb(170,47,141); }

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

border-color css

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

 span { border-color: rgb(170,47,141); }

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