Html Css Color HEX #AC3091 Medium Red Violet

📋 copy color: '#AC3091'

red 172 ◦ green 48 ◦ blue 145

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

Shades of Medium Red Violet #AC3091

Tints of Medium Red Violet #AC3091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 47.12%
G = 13.15%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC3091 (or 0xAC3091) is known color: Medium Red Violet. HEX triplet: AC, 30 and 91. RGB value is (172,48,145). Sum of RGB (Red+Green+Blue) = 172+48+145=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3091 is #53CF6E. Grayscale: #5F5F5F. Windows color (decimal): -5492591 or 9515180. OLE color: 9515180.

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

Color convert

RGB 172 48 145 -
CMYK 0 0.72 0.16 0.33
HSL 313.06º 0.56% 0.43% -
HSV(B) 313.06º 0.72% 0.67% -
XYZ 23.18 12.93 28.06 -
YUV 96.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 172 48 145 0 0.72 0.16 0.33 313.06 0.56 0.43
Hex AC 30 91 0 48 10 21 139 38 2B
Octal 254 60 221 0 110 20 41 471 70 53
Binary 10101100 110000 10010001 0 1001000 10000 100001 100111001 111000 101011

Color Harmonies of #AC3091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3091

Black with #AC3091

Text Example


Text Example

White with #AC3091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3091; }

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

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

background-color css

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

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

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

border-color css

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

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

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