Html Css Color HEX #AA358F Medium Red Violet

📋 copy color: '#AA358F'

red 170 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #AA358F

Tints of Medium Red Violet #AA358F

RGB

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

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

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

R = 46.45%
G = 14.48%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA358F (or 0xAA358F) is known color: Medium Red Violet. HEX triplet: AA, 35 and 8F. RGB value is (170,53,143). Sum of RGB (Red+Green+Blue) = 170+53+143=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358F is #55CA70. Grayscale: #626262. Windows color (decimal): -5622385 or 9385386. OLE color: 9385386.

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

Color convert

RGB 170 53 143 -
CMYK 0 0.69 0.16 0.33
HSL 313.85º 0.52% 0.44% -
HSV(B) 313.85º 0.69% 0.67% -
XYZ 22.81 13.08 27.31 -
YUV 98.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 170 53 143 0 0.69 0.16 0.33 313.85 0.52 0.44
Hex AA 35 8F 0 45 10 21 13A 34 2C
Octal 252 65 217 0 105 20 41 472 64 54
Binary 10101010 110101 10001111 0 1000101 10000 100001 100111010 110100 101100

Color Harmonies of #AA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA358F

Black with #AA358F

Text Example


Text Example

White with #AA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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