Html Css Color HEX #AC4288 Medium Red Violet

📋 copy color: '#AC4288'

red 172 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #AC4288

Tints of Medium Red Violet #AC4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 45.99%
G = 17.65%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC4288 (or 0xAC4288) is known color: Medium Red Violet. HEX triplet: AC, 42 and 88. RGB value is (172,66,136). Sum of RGB (Red+Green+Blue) = 172+66+136=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4288 is #53BD77. Grayscale: #696969. Windows color (decimal): -5487992 or 8929964. OLE color: 8929964.

HSL color Cylindrical-coordinate representation of color #AC4288: hue angle of 320.38º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4288 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 136 -
CMYK 0 0.62 0.21 0.33
HSL 320.38º 0.45% 0.47% -
HSV(B) 320.38º 0.62% 0.67% -
XYZ 23.41 14.44 24.85 -
YUV 105.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 172 66 136 0 0.62 0.21 0.33 320.38 0.45 0.47
Hex AC 42 88 0 3E 15 21 140 2D 2F
Octal 254 102 210 0 76 25 41 500 55 57
Binary 10101100 1000010 10001000 0 111110 10101 100001 101000000 101101 101111

Color Harmonies of #AC4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4288

Black with #AC4288

Text Example


Text Example

White with #AC4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4288; }

 p { color: rgb(172,66,136); }

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

background-color css

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

 a { background-color: rgb(172,66,136); }

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

border-color css

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

 span { border-color: rgb(172,66,136); }

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