Html Css Color HEX #AA4380 Medium Red Violet

📋 copy color: '#AA4380'

red 170 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #AA4380

Tints of Medium Red Violet #AA4380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 46.58%
G = 18.36%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4380 (or 0xAA4380) is known color: Medium Red Violet. HEX triplet: AA, 43 and 80. RGB value is (170,67,128). Sum of RGB (Red+Green+Blue) = 170+67+128=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4380 is #55BC7F. Grayscale: #686868. Windows color (decimal): -5618816 or 8405930. OLE color: 8405930.

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

Color convert

RGB 170 67 128 -
CMYK 0 0.61 0.25 0.33
HSL 324.47º 0.43% 0.46% -
HSV(B) 324.47º 0.61% 0.67% -
XYZ 22.48 14.12 21.96 -
YUV 104.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 170 67 128 0 0.61 0.25 0.33 324.47 0.43 0.46
Hex AA 43 80 0 3D 19 21 144 2B 2E
Octal 252 103 200 0 75 31 41 504 53 56
Binary 10101010 1000011 10000000 0 111101 11001 100001 101000100 101011 101110

Color Harmonies of #AA4380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4380

Black with #AA4380

Text Example


Text Example

White with #AA4380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4380; }

 p { color: rgb(170,67,128); }

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

background-color css

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

 a { background-color: rgb(170,67,128); }

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

border-color css

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

 span { border-color: rgb(170,67,128); }

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