Html Css Color HEX #AA357E Medium Red Violet

📋 copy color: '#AA357E'

red 170 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #AA357E

Tints of Medium Red Violet #AA357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 48.71%
G = 15.19%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA357E (or 0xAA357E) is known color: Medium Red Violet. HEX triplet: AA, 35 and 7E. RGB value is (170,53,126). Sum of RGB (Red+Green+Blue) = 170+53+126=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA357E is #55CA81. Grayscale: #606060. Windows color (decimal): -5622402 or 8271274. OLE color: 8271274.

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

Color convert

RGB 170 53 126 -
CMYK 0 0.69 0.26 0.33
HSL 322.56º 0.52% 0.44% -
HSV(B) 322.56º 0.69% 0.67% -
XYZ 21.62 12.6 21.03 -
YUV 96.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 170 53 126 0 0.69 0.26 0.33 322.56 0.52 0.44
Hex AA 35 7E 0 45 1A 21 143 34 2C
Octal 252 65 176 0 105 32 41 503 64 54
Binary 10101010 110101 1111110 0 1000101 11010 100001 101000011 110100 101100

Color Harmonies of #AA357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA357E

Black with #AA357E

Text Example


Text Example

White with #AA357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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