Html Css Color HEX #AA238D Medium Red Violet

📋 copy color: '#AA238D'

red 170 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #AA238D

Tints of Medium Red Violet #AA238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 49.13%
G = 10.12%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA238D (or 0xAA238D) is known color: Medium Red Violet. HEX triplet: AA, 23 and 8D. RGB value is (170,35,141). Sum of RGB (Red+Green+Blue) = 170+35+141=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA238D is #55DC72. Grayscale: #575757. Windows color (decimal): -5626995 or 9249706. OLE color: 9249706.

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

Color convert

RGB 170 35 141 -
CMYK 0 0.79 0.17 0.33
HSL 312.89º 0.66% 0.4% -
HSV(B) 312.89º 0.79% 0.67% -
XYZ 21.99 11.67 26.29 -
YUV 87.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 170 35 141 0 0.79 0.17 0.33 312.89 0.66 0.4
Hex AA 23 8D 0 4F 11 21 139 42 28
Octal 252 43 215 0 117 21 41 471 102 50
Binary 10101010 100011 10001101 0 1001111 10001 100001 100111001 1000010 101000

Color Harmonies of #AA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA238D

Black with #AA238D

Text Example


Text Example

White with #AA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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