Html Css Color HEX #AC257F Medium Red Violet

📋 copy color: '#AC257F'

red 172 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #AC257F

Tints of Medium Red Violet #AC257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 51.19%
G = 11.01%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC257F (or 0xAC257F) is known color: Medium Red Violet. HEX triplet: AC, 25 and 7F. RGB value is (172,37,127). Sum of RGB (Red+Green+Blue) = 172+37+127=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC257F is #53DA80. Grayscale: #575757. Windows color (decimal): -5495425 or 8332716. OLE color: 8332716.

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

Color convert

RGB 172 37 127 -
CMYK 0 0.78 0.26 0.33
HSL 320º 0.65% 0.41% -
HSV(B) 320º 0.78% 0.67% -
XYZ 21.51 11.63 21.19 -
YUV 87.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 172 37 127 0 0.78 0.26 0.33 320 0.65 0.41
Hex AC 25 7F 0 4E 1A 21 140 41 29
Octal 254 45 177 0 116 32 41 500 101 51
Binary 10101100 100101 1111111 0 1001110 11010 100001 101000000 1000001 101001

Color Harmonies of #AC257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC257F

Black with #AC257F

Text Example


Text Example

White with #AC257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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