Html Css Color HEX #AA279F Medium Red Violet

📋 copy color: '#AA279F'

red 170 ◦ green 39 ◦ blue 159

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

Shades of Medium Red Violet #AA279F

Tints of Medium Red Violet #AA279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.6%

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 46.2%
G = 10.6%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA279F (or 0xAA279F) is known color: Medium Red Violet. HEX triplet: AA, 27 and 9F. RGB value is (170,39,159). Sum of RGB (Red+Green+Blue) = 170+39+159=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA279F is #55D860. Grayscale: #5B5B5B. Windows color (decimal): -5625953 or 10430378. OLE color: 10430378.

HSL color Cylindrical-coordinate representation of color #AA279F: hue angle of 305.04º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA279F is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 159 -
CMYK 0 0.77 0.06 0.33
HSL 305.04º 0.63% 0.41% -
HSV(B) 305.04º 0.77% 0.67% -
XYZ 23.56 12.5 33.97 -
YUV 91.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 170 39 159 0 0.77 0.06 0.33 305.04 0.63 0.41
Hex AA 27 9F 0 4D 6 21 131 3F 29
Octal 252 47 237 0 115 6 41 461 77 51
Binary 10101010 100111 10011111 0 1001101 110 100001 100110001 111111 101001

Color Harmonies of #AA279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA279F

Black with #AA279F

Text Example


Text Example

White with #AA279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA279F; }

 p { color: rgb(170,39,159); }

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

background-color css

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

 a { background-color: rgb(170,39,159); }

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

border-color css

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

 span { border-color: rgb(170,39,159); }

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