Html Css Color HEX #AA237F Medium Red Violet

📋 copy color: '#AA237F'

red 170 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #AA237F

Tints of Medium Red Violet #AA237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 51.2%
G = 10.54%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA237F (or 0xAA237F) is known color: Medium Red Violet. HEX triplet: AA, 23 and 7F. RGB value is (170,35,127). Sum of RGB (Red+Green+Blue) = 170+35+127=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA237F is #55DC80. Grayscale: #555555. Windows color (decimal): -5627009 or 8332202. OLE color: 8332202.

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

Color convert

RGB 170 35 127 -
CMYK 0 0.79 0.25 0.33
HSL 319.11º 0.66% 0.4% -
HSV(B) 319.11º 0.79% 0.67% -
XYZ 21.01 11.28 21.15 -
YUV 85.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 170 35 127 0 0.79 0.25 0.33 319.11 0.66 0.4
Hex AA 23 7F 0 4F 19 21 13F 42 28
Octal 252 43 177 0 117 31 41 477 102 50
Binary 10101010 100011 1111111 0 1001111 11001 100001 100111111 1000010 101000

Color Harmonies of #AA237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA237F

Black with #AA237F

Text Example


Text Example

White with #AA237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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