Html Css Color HEX #AC3294 Medium Red Violet

📋 copy color: '#AC3294'

red 172 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #AC3294

Tints of Medium Red Violet #AC3294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 46.49%
G = 13.51%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC3294 (or 0xAC3294) is known color: Medium Red Violet. HEX triplet: AC, 32 and 94. RGB value is (172,50,148). Sum of RGB (Red+Green+Blue) = 172+50+148=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3294 is #53CD6B. Grayscale: #616161. Windows color (decimal): -5492076 or 9712300. OLE color: 9712300.

HSL color Cylindrical-coordinate representation of color #AC3294: hue angle of 311.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3294 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 148 -
CMYK 0 0.71 0.14 0.33
HSL 311.8º 0.55% 0.44% -
HSV(B) 311.8º 0.71% 0.67% -
XYZ 23.5 13.19 29.32 -
YUV 97.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 172 50 148 0 0.71 0.14 0.33 311.8 0.55 0.44
Hex AC 32 94 0 47 E 21 138 37 2C
Octal 254 62 224 0 107 16 41 470 67 54
Binary 10101100 110010 10010100 0 1000111 1110 100001 100111000 110111 101100

Color Harmonies of #AC3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3294

Black with #AC3294

Text Example


Text Example

White with #AC3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3294; }

 p { color: rgb(172,50,148); }

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

background-color css

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

 a { background-color: rgb(172,50,148); }

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

border-color css

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

 span { border-color: rgb(172,50,148); }

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