Html Css Color HEX #AA357F Medium Red Violet

📋 copy color: '#AA357F'

red 170 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #AA357F

Tints of Medium Red Violet #AA357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 48.57%
G = 15.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA357F (or 0xAA357F) is known color: Medium Red Violet. HEX triplet: AA, 35 and 7F. RGB value is (170,53,127). Sum of RGB (Red+Green+Blue) = 170+53+127=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA357F is #55CA80. Grayscale: #606060. Windows color (decimal): -5622401 or 8336810. OLE color: 8336810.

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

Color convert

RGB 170 53 127 -
CMYK 0 0.69 0.25 0.33
HSL 322.05º 0.52% 0.44% -
HSV(B) 322.05º 0.69% 0.67% -
XYZ 21.68 12.62 21.37 -
YUV 96.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 170 53 127 0 0.69 0.25 0.33 322.05 0.52 0.44
Hex AA 35 7F 0 45 19 21 142 34 2C
Octal 252 65 177 0 105 31 41 502 64 54
Binary 10101010 110101 1111111 0 1000101 11001 100001 101000010 110100 101100

Color Harmonies of #AA357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA357F

Black with #AA357F

Text Example


Text Example

White with #AA357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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