Html Css Color HEX #AC2595 Medium Red Violet

📋 copy color: '#AC2595'

red 172 ◦ green 37 ◦ blue 149

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

Shades of Medium Red Violet #AC2595

Tints of Medium Red Violet #AC2595

RGB

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

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

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

R = 48.04%
G = 10.34%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC2595 (or 0xAC2595) is known color: Medium Red Violet. HEX triplet: AC, 25 and 95. RGB value is (172,37,149). Sum of RGB (Red+Green+Blue) = 172+37+149=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2595 is #53DA6A. Grayscale: #595959. Windows color (decimal): -5495403 or 9774508. OLE color: 9774508.

HSL color Cylindrical-coordinate representation of color #AC2595: hue angle of 310.22º degrees, saturation: 0.65, 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 #AC2595 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 149 -
CMYK 0 0.78 0.13 0.33
HSL 310.22º 0.65% 0.41% -
HSV(B) 310.22º 0.78% 0.67% -
XYZ 23.1 12.26 29.58 -
YUV 90.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 172 37 149 0 0.78 0.13 0.33 310.22 0.65 0.41
Hex AC 25 95 0 4E D 21 136 41 29
Octal 254 45 225 0 116 15 41 466 101 51
Binary 10101100 100101 10010101 0 1001110 1101 100001 100110110 1000001 101001

Color Harmonies of #AC2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2595

Black with #AC2595

Text Example


Text Example

White with #AC2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2595; }

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

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

background-color css

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

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

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

border-color css

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

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

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