Html Css Color HEX #AA279B Medium Red Violet

📋 copy color: '#AA279B'

red 170 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #AA279B

Tints of Medium Red Violet #AA279B

RGB

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

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

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

R = 46.7%
G = 10.71%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA279B (or 0xAA279B) is known color: Medium Red Violet. HEX triplet: AA, 27 and 9B. RGB value is (170,39,155). Sum of RGB (Red+Green+Blue) = 170+39+155=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA279B is #55D864. Grayscale: #5B5B5B. Windows color (decimal): -5625957 or 10168234. OLE color: 10168234.

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

Color convert

RGB 170 39 155 -
CMYK 0 0.77 0.09 0.33
HSL 306.87º 0.63% 0.41% -
HSV(B) 306.87º 0.77% 0.67% -
XYZ 23.22 12.36 32.17 -
YUV 91.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 170 39 155 0 0.77 0.09 0.33 306.87 0.63 0.41
Hex AA 27 9B 0 4D 9 21 133 3F 29
Octal 252 47 233 0 115 11 41 463 77 51
Binary 10101010 100111 10011011 0 1001101 1001 100001 100110011 111111 101001

Color Harmonies of #AA279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA279B

Black with #AA279B

Text Example


Text Example

White with #AA279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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