Html Css Color HEX #AC3388 Medium Red Violet

📋 copy color: '#AC3388'

red 172 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #AC3388

Tints of Medium Red Violet #AC3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 47.91%
G = 14.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC3388 (or 0xAC3388) is known color: Medium Red Violet. HEX triplet: AC, 33 and 88. RGB value is (172,51,136). Sum of RGB (Red+Green+Blue) = 172+51+136=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3388 is #53CC77. Grayscale: #606060. Windows color (decimal): -5491832 or 8926124. OLE color: 8926124.

HSL color Cylindrical-coordinate representation of color #AC3388: hue angle of 317.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3388 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 136 -
CMYK 0 0.70 0.21 0.33
HSL 317.85º 0.54% 0.44% -
HSV(B) 317.85º 0.7% 0.67% -
XYZ 22.64 12.92 24.59 -
YUV 96.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 172 51 136 0 0.70 0.21 0.33 317.85 0.54 0.44
Hex AC 33 88 0 46 15 21 13E 36 2C
Octal 254 63 210 0 106 25 41 476 66 54
Binary 10101100 110011 10001000 0 1000110 10101 100001 100111110 110110 101100

Color Harmonies of #AC3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3388

Black with #AC3388

Text Example


Text Example

White with #AC3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3388; }

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

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

background-color css

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

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

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

border-color css

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

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

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