Html Css Color HEX #AC268D Medium Red Violet

📋 copy color: '#AC268D'

red 172 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #AC268D

Tints of Medium Red Violet #AC268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 49%
G = 10.83%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC268D (or 0xAC268D) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8D. RGB value is (172,38,141). Sum of RGB (Red+Green+Blue) = 172+38+141=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268D is #53D972. Grayscale: #595959. Windows color (decimal): -5495155 or 9250476. OLE color: 9250476.

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

Color convert

RGB 172 38 141 -
CMYK 0 0.78 0.18 0.33
HSL 313.88º 0.64% 0.41% -
HSV(B) 313.88º 0.78% 0.67% -
XYZ 22.51 12.08 26.34 -
YUV 89.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 172 38 141 0 0.78 0.18 0.33 313.88 0.64 0.41
Hex AC 26 8D 0 4E 12 21 13A 40 29
Octal 254 46 215 0 116 22 41 472 100 51
Binary 10101100 100110 10001101 0 1001110 10010 100001 100111010 1000000 101001

Color Harmonies of #AC268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC268D

Black with #AC268D

Text Example


Text Example

White with #AC268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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