Html Css Color HEX #AC2483 Medium Red Violet

📋 copy color: '#AC2483'

red 172 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #AC2483

Tints of Medium Red Violet #AC2483

RGB

 RED value IS 172 (67.58% from 255) = 50.74%

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 50.74%
G = 10.62%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC2483 (or 0xAC2483) is known color: Medium Red Violet. HEX triplet: AC, 24 and 83. RGB value is (172,36,131). Sum of RGB (Red+Green+Blue) = 172+36+131=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2483 is #53DB7C. Grayscale: #575757. Windows color (decimal): -5495677 or 8594604. OLE color: 8594604.

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

Color convert

RGB 172 36 131 -
CMYK 0 0.79 0.24 0.33
HSL 318.09º 0.65% 0.41% -
HSV(B) 318.09º 0.79% 0.67% -
XYZ 21.74 11.67 22.58 -
YUV 87.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 172 36 131 0 0.79 0.24 0.33 318.09 0.65 0.41
Hex AC 24 83 0 4F 18 21 13E 41 29
Octal 254 44 203 0 117 30 41 476 101 51
Binary 10101100 100100 10000011 0 1001111 11000 100001 100111110 1000001 101001

Color Harmonies of #AC2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2483

Black with #AC2483

Text Example


Text Example

White with #AC2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2483; }

 p { color: rgb(172,36,131); }

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

background-color css

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

 a { background-color: rgb(172,36,131); }

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

border-color css

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

 span { border-color: rgb(172,36,131); }

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