Html Css Color HEX #AC256F Medium Red Violet

📋 copy color: '#AC256F'

red 172 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #AC256F

Tints of Medium Red Violet #AC256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 53.75%
G = 11.56%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC256F (or 0xAC256F) is known color: Medium Red Violet. HEX triplet: AC, 25 and 6F. RGB value is (172,37,111). Sum of RGB (Red+Green+Blue) = 172+37+111=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC256F is #53DA90. Grayscale: #555555. Windows color (decimal): -5495441 or 7284140. OLE color: 7284140.

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

Color convert

RGB 172 37 111 -
CMYK 0 0.78 0.35 0.33
HSL 327.11º 0.65% 0.41% -
HSV(B) 327.11º 0.78% 0.67% -
XYZ 20.54 11.24 16.13 -
YUV 85.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 172 37 111 0 0.78 0.35 0.33 327.11 0.65 0.41
Hex AC 25 6F 0 4E 23 21 147 41 29
Octal 254 45 157 0 116 43 41 507 101 51
Binary 10101100 100101 1101111 0 1001110 100011 100001 101000111 1000001 101001

Color Harmonies of #AC256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC256F

Black with #AC256F

Text Example


Text Example

White with #AC256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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