Html Css Color HEX #AA267F Medium Red Violet

📋 copy color: '#AA267F'

red 170 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #AA267F

Tints of Medium Red Violet #AA267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.34%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 50.75%
G = 11.34%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA267F (or 0xAA267F) is known color: Medium Red Violet. HEX triplet: AA, 26 and 7F. RGB value is (170,38,127). Sum of RGB (Red+Green+Blue) = 170+38+127=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267F is #55D980. Grayscale: #575757. Windows color (decimal): -5626241 or 8332970. OLE color: 8332970.

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

Color convert

RGB 170 38 127 -
CMYK 0 0.78 0.25 0.33
HSL 319.55º 0.63% 0.41% -
HSV(B) 319.55º 0.78% 0.67% -
XYZ 21.1 11.46 21.18 -
YUV 87.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 170 38 127 0 0.78 0.25 0.33 319.55 0.63 0.41
Hex AA 26 7F 0 4E 19 21 140 3F 29
Octal 252 46 177 0 116 31 41 500 77 51
Binary 10101010 100110 1111111 0 1001110 11001 100001 101000000 111111 101001

Color Harmonies of #AA267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA267F

Black with #AA267F

Text Example


Text Example

White with #AA267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA267F; }

 p { color: rgb(170,38,127); }

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

background-color css

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

 a { background-color: rgb(170,38,127); }

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

border-color css

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

 span { border-color: rgb(170,38,127); }

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