Html Css Color HEX #AA367F Medium Red Violet

📋 copy color: '#AA367F'

red 170 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #AA367F

Tints of Medium Red Violet #AA367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 48.43%
G = 15.38%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA367F (or 0xAA367F) is known color: Medium Red Violet. HEX triplet: AA, 36 and 7F. RGB value is (170,54,127). Sum of RGB (Red+Green+Blue) = 170+54+127=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA367F is #55C980. Grayscale: #606060. Windows color (decimal): -5622145 or 8337066. OLE color: 8337066.

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

Color convert

RGB 170 54 127 -
CMYK 0 0.68 0.25 0.33
HSL 322.24º 0.52% 0.44% -
HSV(B) 322.24º 0.68% 0.67% -
XYZ 21.73 12.72 21.39 -
YUV 97.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 170 54 127 0 0.68 0.25 0.33 322.24 0.52 0.44
Hex AA 36 7F 0 44 19 21 142 34 2C
Octal 252 66 177 0 104 31 41 502 64 54
Binary 10101010 110110 1111111 0 1000100 11001 100001 101000010 110100 101100

Color Harmonies of #AA367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA367F

Black with #AA367F

Text Example


Text Example

White with #AA367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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