Html Css Color HEX #AA228F Medium Red Violet

📋 copy color: '#AA228F'

red 170 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #AA228F

Tints of Medium Red Violet #AA228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 48.99%
G = 9.8%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA228F (or 0xAA228F) is known color: Medium Red Violet. HEX triplet: AA, 22 and 8F. RGB value is (170,34,143). Sum of RGB (Red+Green+Blue) = 170+34+143=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA228F is #55DD70. Grayscale: #565656. Windows color (decimal): -5627249 or 9380522. OLE color: 9380522.

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

Color convert

RGB 170 34 143 -
CMYK 0 0.80 0.16 0.33
HSL 311.91º 0.67% 0.4% -
HSV(B) 311.91º 0.8% 0.67% -
XYZ 22.11 11.67 27.07 -
YUV 87.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 170 34 143 0 0.80 0.16 0.33 311.91 0.67 0.4
Hex AA 22 8F 0 50 10 21 138 43 28
Octal 252 42 217 0 120 20 41 470 103 50
Binary 10101010 100010 10001111 0 1010000 10000 100001 100111000 1000011 101000

Color Harmonies of #AA228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA228F

Black with #AA228F

Text Example


Text Example

White with #AA228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA228F; }

 p { color: rgb(170,34,143); }

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

background-color css

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

 a { background-color: rgb(170,34,143); }

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

border-color css

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

 span { border-color: rgb(170,34,143); }

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