Html Css Color HEX #AC268C Medium Red Violet

📋 copy color: '#AC268C'

red 172 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #AC268C

Tints of Medium Red Violet #AC268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 49.14%
G = 10.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC268C (or 0xAC268C) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8C. RGB value is (172,38,140). Sum of RGB (Red+Green+Blue) = 172+38+140=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268C is #53D973. Grayscale: #595959. Windows color (decimal): -5495156 or 9184940. OLE color: 9184940.

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

Color convert

RGB 172 38 140 -
CMYK 0 0.78 0.19 0.33
HSL 314.33º 0.64% 0.41% -
HSV(B) 314.33º 0.78% 0.67% -
XYZ 22.44 12.05 25.95 -
YUV 89.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 172 38 140 0 0.78 0.19 0.33 314.33 0.64 0.41
Hex AC 26 8C 0 4E 13 21 13A 40 29
Octal 254 46 214 0 116 23 41 472 100 51
Binary 10101100 100110 10001100 0 1001110 10011 100001 100111010 1000000 101001

Color Harmonies of #AC268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC268C

Black with #AC268C

Text Example


Text Example

White with #AC268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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