Html Css Color HEX #AA358D Medium Red Violet

📋 copy color: '#AA358D'

red 170 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #AA358D

Tints of Medium Red Violet #AA358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 46.7%
G = 14.56%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA358D (or 0xAA358D) is known color: Medium Red Violet. HEX triplet: AA, 35 and 8D. RGB value is (170,53,141). Sum of RGB (Red+Green+Blue) = 170+53+141=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358D is #55CA72. Grayscale: #616161. Windows color (decimal): -5622387 or 9254314. OLE color: 9254314.

HSL color Cylindrical-coordinate representation of color #AA358D: hue angle of 314.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA358D is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 141 -
CMYK 0 0.69 0.17 0.33
HSL 314.87º 0.52% 0.44% -
HSV(B) 314.87º 0.69% 0.67% -
XYZ 22.66 13.02 26.52 -
YUV 98.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 170 53 141 0 0.69 0.17 0.33 314.87 0.52 0.44
Hex AA 35 8D 0 45 11 21 13B 34 2C
Octal 252 65 215 0 105 21 41 473 64 54
Binary 10101010 110101 10001101 0 1000101 10001 100001 100111011 110100 101100

Color Harmonies of #AA358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA358D

Black with #AA358D

Text Example


Text Example

White with #AA358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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