Html Css Color HEX #AC3096 Medium Red Violet

📋 copy color: '#AC3096'

red 172 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #AC3096

Tints of Medium Red Violet #AC3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 46.49%
G = 12.97%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3096 (or 0xAC3096) is known color: Medium Red Violet. HEX triplet: AC, 30 and 96. RGB value is (172,48,150). Sum of RGB (Red+Green+Blue) = 172+48+150=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3096 is #53CF69. Grayscale: #606060. Windows color (decimal): -5492586 or 9842860. OLE color: 9842860.

HSL color Cylindrical-coordinate representation of color #AC3096: hue angle of 310.65º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3096 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 150 -
CMYK 0 0.72 0.13 0.33
HSL 310.65º 0.56% 0.43% -
HSV(B) 310.65º 0.72% 0.67% -
XYZ 23.58 13.09 30.14 -
YUV 96.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 172 48 150 0 0.72 0.13 0.33 310.65 0.56 0.43
Hex AC 30 96 0 48 D 21 137 38 2B
Octal 254 60 226 0 110 15 41 467 70 53
Binary 10101100 110000 10010110 0 1001000 1101 100001 100110111 111000 101011

Color Harmonies of #AC3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3096

Black with #AC3096

Text Example


Text Example

White with #AC3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3096; }

 p { color: rgb(172,48,150); }

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

background-color css

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

 a { background-color: rgb(172,48,150); }

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

border-color css

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

 span { border-color: rgb(172,48,150); }

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