Html Css Color HEX #AC268E Medium Red Violet

📋 copy color: '#AC268E'

red 172 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #AC268E

Tints of Medium Red Violet #AC268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 48.86%
G = 10.8%
B = 40.34%

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

#AC268E (or 0xAC268E) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8E. RGB value is (172,38,142). Sum of RGB (Red+Green+Blue) = 172+38+142=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268E is #53D971. Grayscale: #595959. Windows color (decimal): -5495154 or 9316012. OLE color: 9316012.

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

Color convert

RGB 172 38 142 -
CMYK 0 0.78 0.17 0.33
HSL 313.43º 0.64% 0.41% -
HSV(B) 313.43º 0.78% 0.67% -
XYZ 22.59 12.11 26.74 -
YUV 89.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 172 38 142 0 0.78 0.17 0.33 313.43 0.64 0.41
Hex AC 26 8E 0 4E 11 21 139 40 29
Octal 254 46 216 0 116 21 41 471 100 51
Binary 10101100 100110 10001110 0 1001110 10001 100001 100111001 1000000 101001

Color Harmonies of #AC268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC268E

Black with #AC268E

Text Example


Text Example

White with #AC268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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