Html Css Color HEX #AA279D Medium Red Violet

📋 copy color: '#AA279D'

red 170 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #AA279D

Tints of Medium Red Violet #AA279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 46.45%
G = 10.66%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA279D (or 0xAA279D) is known color: Medium Red Violet. HEX triplet: AA, 27 and 9D. RGB value is (170,39,157). Sum of RGB (Red+Green+Blue) = 170+39+157=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA279D is #55D862. Grayscale: #5B5B5B. Windows color (decimal): -5625955 or 10299306. OLE color: 10299306.

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

Color convert

RGB 170 39 157 -
CMYK 0 0.77 0.08 0.33
HSL 305.95º 0.63% 0.41% -
HSV(B) 305.95º 0.77% 0.67% -
XYZ 23.39 12.43 33.07 -
YUV 91.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 170 39 157 0 0.77 0.08 0.33 305.95 0.63 0.41
Hex AA 27 9D 0 4D 8 21 132 3F 29
Octal 252 47 235 0 115 10 41 462 77 51
Binary 10101010 100111 10011101 0 1001101 1000 100001 100110010 111111 101001

Color Harmonies of #AA279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA279D

Black with #AA279D

Text Example


Text Example

White with #AA279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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