Html Css Color HEX #AA237E Medium Red Violet

📋 copy color: '#AA237E'

red 170 ◦ green 35 ◦ blue 126

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

Shades of Medium Red Violet #AA237E

Tints of Medium Red Violet #AA237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 51.36%
G = 10.57%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA237E (or 0xAA237E) is known color: Medium Red Violet. HEX triplet: AA, 23 and 7E. RGB value is (170,35,126). Sum of RGB (Red+Green+Blue) = 170+35+126=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA237E is #55DC81. Grayscale: #555555. Windows color (decimal): -5627010 or 8266666. OLE color: 8266666.

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

Color convert

RGB 170 35 126 -
CMYK 0 0.79 0.26 0.33
HSL 319.56º 0.66% 0.4% -
HSV(B) 319.56º 0.79% 0.67% -
XYZ 20.94 11.25 20.81 -
YUV 85.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 170 35 126 0 0.79 0.26 0.33 319.56 0.66 0.4
Hex AA 23 7E 0 4F 1A 21 140 42 28
Octal 252 43 176 0 117 32 41 500 102 50
Binary 10101010 100011 1111110 0 1001111 11010 100001 101000000 1000010 101000

Color Harmonies of #AA237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA237E

Black with #AA237E

Text Example


Text Example

White with #AA237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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