Html Css Color HEX #AA3A7F Medium Red Violet

📋 copy color: '#AA3A7F'

red 170 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #AA3A7F

Tints of Medium Red Violet #AA3A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 47.89%
G = 16.34%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA3A7F (or 0xAA3A7F) is known color: Medium Red Violet. HEX triplet: AA, 3A and 7F. RGB value is (170,58,127). Sum of RGB (Red+Green+Blue) = 170+58+127=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7F is #55C580. Grayscale: #636363. Windows color (decimal): -5621121 or 8338090. OLE color: 8338090.

HSL color Cylindrical-coordinate representation of color #AA3A7F: hue angle of 323.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A7F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 58 127 -
CMYK 0 0.66 0.25 0.33
HSL 323.04º 0.49% 0.45% -
HSV(B) 323.04º 0.66% 0.67% -
XYZ 21.92 13.1 21.45 -
YUV 99.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 170 58 127 0 0.66 0.25 0.33 323.04 0.49 0.45
Hex AA 3A 7F 0 42 19 21 143 31 2D
Octal 252 72 177 0 102 31 41 503 61 55
Binary 10101010 111010 1111111 0 1000010 11001 100001 101000011 110001 101101

Color Harmonies of #AA3A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A7F

Black with #AA3A7F

Text Example


Text Example

White with #AA3A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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