Html Css Color HEX #AC2A75 Medium Red Violet

📋 copy color: '#AC2A75'

red 172 ◦ green 42 ◦ blue 117

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

Shades of Medium Red Violet #AC2A75

Tints of Medium Red Violet #AC2A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

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

R = 51.96%
G = 12.69%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2A75 (or 0xAC2A75) is known color: Medium Red Violet. HEX triplet: AC, 2A and 75. RGB value is (172,42,117). Sum of RGB (Red+Green+Blue) = 172+42+117=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A75 is #53D58A. Grayscale: #595959. Windows color (decimal): -5494155 or 7678636. OLE color: 7678636.

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

Color convert

RGB 172 42 117 -
CMYK 0 0.76 0.32 0.33
HSL 325.38º 0.61% 0.42% -
HSV(B) 325.38º 0.76% 0.67% -
XYZ 21.05 11.71 17.98 -
YUV 89.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 172 42 117 0 0.76 0.32 0.33 325.38 0.61 0.42
Hex AC 2A 75 0 4C 20 21 145 3D 2A
Octal 254 52 165 0 114 40 41 505 75 52
Binary 10101100 101010 1110101 0 1001100 100000 100001 101000101 111101 101010

Color Harmonies of #AC2A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A75

Black with #AC2A75

Text Example


Text Example

White with #AC2A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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