Html Css Color HEX #AA2583 Medium Red Violet

📋 copy color: '#AA2583'

red 170 ◦ green 37 ◦ blue 131

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

Shades of Medium Red Violet #AA2583

Tints of Medium Red Violet #AA2583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 50.3%
G = 10.95%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA2583 (or 0xAA2583) is known color: Medium Red Violet. HEX triplet: AA, 25 and 83. RGB value is (170,37,131). Sum of RGB (Red+Green+Blue) = 170+37+131=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2583 is #55DA7C. Grayscale: #575757. Windows color (decimal): -5626493 or 8594858. OLE color: 8594858.

HSL color Cylindrical-coordinate representation of color #AA2583: hue angle of 317.59º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2583 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 131 -
CMYK 0 0.78 0.23 0.33
HSL 317.59º 0.64% 0.41% -
HSV(B) 317.59º 0.78% 0.67% -
XYZ 21.34 11.51 22.57 -
YUV 87.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 170 37 131 0 0.78 0.23 0.33 317.59 0.64 0.41
Hex AA 25 83 0 4E 17 21 13E 40 29
Octal 252 45 203 0 116 27 41 476 100 51
Binary 10101010 100101 10000011 0 1001110 10111 100001 100111110 1000000 101001

Color Harmonies of #AA2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2583

Black with #AA2583

Text Example


Text Example

White with #AA2583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2583; }

 p { color: rgb(170,37,131); }

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

background-color css

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

 a { background-color: rgb(170,37,131); }

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

border-color css

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

 span { border-color: rgb(170,37,131); }

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