Html Css Color HEX #AC2375 Medium Red Violet

📋 copy color: '#AC2375'

red 172 ◦ green 35 ◦ blue 117

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

Shades of Medium Red Violet #AC2375

Tints of Medium Red Violet #AC2375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 53.09%
G = 10.8%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2375 (or 0xAC2375) is known color: Medium Red Violet. HEX triplet: AC, 23 and 75. RGB value is (172,35,117). Sum of RGB (Red+Green+Blue) = 172+35+117=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2375 is #53DC8A. Grayscale: #555555. Windows color (decimal): -5495947 or 7676844. OLE color: 7676844.

HSL color Cylindrical-coordinate representation of color #AC2375: hue angle of 324.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2375 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 117 -
CMYK 0 0.80 0.32 0.33
HSL 324.09º 0.66% 0.41% -
HSV(B) 324.09º 0.8% 0.67% -
XYZ 20.83 11.26 17.9 -
YUV 85.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 172 35 117 0 0.80 0.32 0.33 324.09 0.66 0.41
Hex AC 23 75 0 50 20 21 144 42 29
Octal 254 43 165 0 120 40 41 504 102 51
Binary 10101100 100011 1110101 0 1010000 100000 100001 101000100 1000010 101001

Color Harmonies of #AC2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2375

Black with #AC2375

Text Example


Text Example

White with #AC2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2375; }

 p { color: rgb(172,35,117); }

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

background-color css

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

 a { background-color: rgb(172,35,117); }

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

border-color css

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

 span { border-color: rgb(172,35,117); }

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