Html Css Color HEX #AA238E Medium Red Violet

📋 copy color: '#AA238E'

red 170 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #AA238E

Tints of Medium Red Violet #AA238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 48.99%
G = 10.09%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA238E (or 0xAA238E) is known color: Medium Red Violet. HEX triplet: AA, 23 and 8E. RGB value is (170,35,142). Sum of RGB (Red+Green+Blue) = 170+35+142=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA238E is #55DC71. Grayscale: #575757. Windows color (decimal): -5626994 or 9315242. OLE color: 9315242.

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

Color convert

RGB 170 35 142 -
CMYK 0 0.79 0.16 0.33
HSL 312.44º 0.66% 0.4% -
HSV(B) 312.44º 0.79% 0.67% -
XYZ 22.06 11.7 26.69 -
YUV 87.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 170 35 142 0 0.79 0.16 0.33 312.44 0.66 0.4
Hex AA 23 8E 0 4F 10 21 138 42 28
Octal 252 43 216 0 117 20 41 470 102 50
Binary 10101010 100011 10001110 0 1001111 10000 100001 100111000 1000010 101000

Color Harmonies of #AA238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA238E

Black with #AA238E

Text Example


Text Example

White with #AA238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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