Html Css Color HEX #AC1595 Medium Violet Red

📋 copy color: '#AC1595'

red 172 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #AC1595

Tints of Medium Violet Red #AC1595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.14%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 50.29%
G = 6.14%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1595 (or 0xAC1595) is known color: Medium Violet Red. HEX triplet: AC, 15 and 95. RGB value is (172,21,149). Sum of RGB (Red+Green+Blue) = 172+21+149=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1595 is #53EA6A. Grayscale: #505050. Windows color (decimal): -5499499 or 9770412. OLE color: 9770412.

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

Color convert

RGB 172 21 149 -
CMYK 0 0.88 0.13 0.33
HSL 309.14º 0.78% 0.38% -
HSV(B) 309.14º 0.88% 0.67% -
XYZ 22.71 11.48 29.45 -
YUV 80.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 172 21 149 0 0.88 0.13 0.33 309.14 0.78 0.38
Hex AC 15 95 0 58 D 21 135 4E 26
Octal 254 25 225 0 130 15 41 465 116 46
Binary 10101100 10101 10010101 0 1011000 1101 100001 100110101 1001110 100110

Color Harmonies of #AC1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1595

Black with #AC1595

Text Example


Text Example

White with #AC1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1595; }

 p { color: rgb(172,21,149); }

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

background-color css

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

 a { background-color: rgb(172,21,149); }

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

border-color css

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

 span { border-color: rgb(172,21,149); }

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