Html Css Color HEX #AA278B Medium Red Violet

📋 copy color: '#AA278B'

red 170 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #AA278B

Tints of Medium Red Violet #AA278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 48.85%
G = 11.21%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA278B (or 0xAA278B) is known color: Medium Red Violet. HEX triplet: AA, 27 and 8B. RGB value is (170,39,139). Sum of RGB (Red+Green+Blue) = 170+39+139=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA278B is #55D874. Grayscale: #595959. Windows color (decimal): -5625973 or 9119658. OLE color: 9119658.

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

Color convert

RGB 170 39 139 -
CMYK 0 0.77 0.18 0.33
HSL 314.2º 0.63% 0.41% -
HSV(B) 314.2º 0.77% 0.67% -
XYZ 21.96 11.86 25.56 -
YUV 89.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 170 39 139 0 0.77 0.18 0.33 314.2 0.63 0.41
Hex AA 27 8B 0 4D 12 21 13A 3F 29
Octal 252 47 213 0 115 22 41 472 77 51
Binary 10101010 100111 10001011 0 1001101 10010 100001 100111010 111111 101001

Color Harmonies of #AA278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA278B

Black with #AA278B

Text Example


Text Example

White with #AA278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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