Html Css Color HEX #AC2475 Medium Red Violet

📋 copy color: '#AC2475'

red 172 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #AC2475

Tints of Medium Red Violet #AC2475

RGB

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

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

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

R = 52.92%
G = 11.08%
B = 36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2475 (or 0xAC2475) is known color: Medium Red Violet. HEX triplet: AC, 24 and 75. RGB value is (172,36,117). Sum of RGB (Red+Green+Blue) = 172+36+117=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2475 is #53DB8A. Grayscale: #555555. Windows color (decimal): -5495691 or 7677100. OLE color: 7677100.

HSL color Cylindrical-coordinate representation of color #AC2475: hue angle of 324.26º 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 #AC2475 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 117 -
CMYK 0 0.79 0.32 0.33
HSL 324.26º 0.65% 0.41% -
HSV(B) 324.26º 0.79% 0.67% -
XYZ 20.86 11.32 17.91 -
YUV 85.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 172 36 117 0 0.79 0.32 0.33 324.26 0.65 0.41
Hex AC 24 75 0 4F 20 21 144 41 29
Octal 254 44 165 0 117 40 41 504 101 51
Binary 10101100 100100 1110101 0 1001111 100000 100001 101000100 1000001 101001

Color Harmonies of #AC2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2475

Black with #AC2475

Text Example


Text Example

White with #AC2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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