Html Css Color HEX #AC268F Medium Red Violet

📋 copy color: '#AC268F'

red 172 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #AC268F

Tints of Medium Red Violet #AC268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 48.73%
G = 10.76%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC268F (or 0xAC268F) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8F. RGB value is (172,38,143). Sum of RGB (Red+Green+Blue) = 172+38+143=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268F is #53D970. Grayscale: #595959. Windows color (decimal): -5495153 or 9381548. OLE color: 9381548.

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

Color convert

RGB 172 38 143 -
CMYK 0 0.78 0.17 0.33
HSL 312.99º 0.64% 0.41% -
HSV(B) 312.99º 0.78% 0.67% -
XYZ 22.66 12.14 27.14 -
YUV 90.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 172 38 143 0 0.78 0.17 0.33 312.99 0.64 0.41
Hex AC 26 8F 0 4E 11 21 139 40 29
Octal 254 46 217 0 116 21 41 471 100 51
Binary 10101100 100110 10001111 0 1001110 10001 100001 100111001 1000000 101001

Color Harmonies of #AC268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC268F

Black with #AC268F

Text Example


Text Example

White with #AC268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC268F; }

 p { color: rgb(172,38,143); }

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

background-color css

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

 a { background-color: rgb(172,38,143); }

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

border-color css

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

 span { border-color: rgb(172,38,143); }

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