Html Css Color HEX #AC2875 Medium Red Violet

📋 copy color: '#AC2875'

red 172 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #AC2875

Tints of Medium Red Violet #AC2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 52.28%
G = 12.16%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2875 (or 0xAC2875) is known color: Medium Red Violet. HEX triplet: AC, 28 and 75. RGB value is (172,40,117). Sum of RGB (Red+Green+Blue) = 172+40+117=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2875 is #53D78A. Grayscale: #585858. Windows color (decimal): -5494667 or 7678124. OLE color: 7678124.

HSL color Cylindrical-coordinate representation of color #AC2875: hue angle of 325º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2875 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 117 -
CMYK 0 0.77 0.32 0.33
HSL 325º 0.62% 0.42% -
HSV(B) 325º 0.77% 0.67% -
XYZ 20.98 11.57 17.96 -
YUV 88.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 172 40 117 0 0.77 0.32 0.33 325 0.62 0.42
Hex AC 28 75 0 4D 20 21 145 3E 2A
Octal 254 50 165 0 115 40 41 505 76 52
Binary 10101100 101000 1110101 0 1001101 100000 100001 101000101 111110 101010

Color Harmonies of #AC2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2875

Black with #AC2875

Text Example


Text Example

White with #AC2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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