Html Css Color HEX #AA358A Medium Red Violet

📋 copy color: '#AA358A'

red 170 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #AA358A

Tints of Medium Red Violet #AA358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 47.09%
G = 14.68%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA358A (or 0xAA358A) is known color: Medium Red Violet. HEX triplet: AA, 35 and 8A. RGB value is (170,53,138). Sum of RGB (Red+Green+Blue) = 170+53+138=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358A is #55CA75. Grayscale: #616161. Windows color (decimal): -5622390 or 9057706. OLE color: 9057706.

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

Color convert

RGB 170 53 138 -
CMYK 0 0.69 0.19 0.33
HSL 316.41º 0.52% 0.44% -
HSV(B) 316.41º 0.69% 0.67% -
XYZ 22.44 12.93 25.36 -
YUV 97.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 170 53 138 0 0.69 0.19 0.33 316.41 0.52 0.44
Hex AA 35 8A 0 45 13 21 13C 34 2C
Octal 252 65 212 0 105 23 41 474 64 54
Binary 10101010 110101 10001010 0 1000101 10011 100001 100111100 110100 101100

Color Harmonies of #AA358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA358A

Black with #AA358A

Text Example


Text Example

White with #AA358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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