Html Css Color HEX #AA2380 Medium Red Violet

📋 copy color: '#AA2380'

red 170 ◦ green 35 ◦ blue 128

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

Shades of Medium Red Violet #AA2380

Tints of Medium Red Violet #AA2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 51.05%
G = 10.51%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA2380 (or 0xAA2380) is known color: Medium Red Violet. HEX triplet: AA, 23 and 80. RGB value is (170,35,128). Sum of RGB (Red+Green+Blue) = 170+35+128=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2380 is #55DC7F. Grayscale: #555555. Windows color (decimal): -5627008 or 8397738. OLE color: 8397738.

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

Color convert

RGB 170 35 128 -
CMYK 0 0.79 0.25 0.33
HSL 318.67º 0.66% 0.4% -
HSV(B) 318.67º 0.79% 0.67% -
XYZ 21.07 11.31 21.49 -
YUV 85.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 170 35 128 0 0.79 0.25 0.33 318.67 0.66 0.4
Hex AA 23 80 0 4F 19 21 13F 42 28
Octal 252 43 200 0 117 31 41 477 102 50
Binary 10101010 100011 10000000 0 1001111 11001 100001 100111111 1000010 101000

Color Harmonies of #AA2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2380

Black with #AA2380

Text Example


Text Example

White with #AA2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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