Html Css Color HEX #AA359F Medium Red Violet

📋 copy color: '#AA359F'

red 170 ◦ green 53 ◦ blue 159

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

Shades of Medium Red Violet #AA359F

Tints of Medium Red Violet #AA359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 44.5%
G = 13.87%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA359F (or 0xAA359F) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9F. RGB value is (170,53,159). Sum of RGB (Red+Green+Blue) = 170+53+159=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359F is #55CA60. Grayscale: #636363. Windows color (decimal): -5622369 or 10433962. OLE color: 10433962.

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

Color convert

RGB 170 53 159 -
CMYK 0 0.69 0.06 0.33
HSL 305.64º 0.52% 0.44% -
HSV(B) 305.64º 0.69% 0.67% -
XYZ 24.11 13.6 34.15 -
YUV 100.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 170 53 159 0 0.69 0.06 0.33 305.64 0.52 0.44
Hex AA 35 9F 0 45 6 21 132 34 2C
Octal 252 65 237 0 105 6 41 462 64 54
Binary 10101010 110101 10011111 0 1000101 110 100001 100110010 110100 101100

Color Harmonies of #AA359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA359F

Black with #AA359F

Text Example


Text Example

White with #AA359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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