Html Css Color HEX #AC3A96 Medium Red Violet

📋 copy color: '#AC3A96'

red 172 ◦ green 58 ◦ blue 150

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

Shades of Medium Red Violet #AC3A96

Tints of Medium Red Violet #AC3A96

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

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

R = 45.26%
G = 15.26%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3A96 (or 0xAC3A96) is known color: Medium Red Violet. HEX triplet: AC, 3A and 96. RGB value is (172,58,150). Sum of RGB (Red+Green+Blue) = 172+58+150=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A96 is #53C569. Grayscale: #666666. Windows color (decimal): -5490026 or 9845420. OLE color: 9845420.

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

Color convert

RGB 172 58 150 -
CMYK 0 0.66 0.13 0.33
HSL 311.58º 0.5% 0.45% -
HSV(B) 311.58º 0.66% 0.67% -
XYZ 24.03 14 30.29 -
YUV 102.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 172 58 150 0 0.66 0.13 0.33 311.58 0.5 0.45
Hex AC 3A 96 0 42 D 21 138 32 2D
Octal 254 72 226 0 102 15 41 470 62 55
Binary 10101100 111010 10010110 0 1000010 1101 100001 100111000 110010 101101

Color Harmonies of #AC3A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A96

Black with #AC3A96

Text Example


Text Example

White with #AC3A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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