Html Css Color HEX #AC3A90 Medium Red Violet

📋 copy color: '#AC3A90'

red 172 ◦ green 58 ◦ blue 144

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

Shades of Medium Red Violet #AC3A90

Tints of Medium Red Violet #AC3A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 45.99%
G = 15.51%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC3A90 (or 0xAC3A90) is known color: Medium Red Violet. HEX triplet: AC, 3A and 90. RGB value is (172,58,144). Sum of RGB (Red+Green+Blue) = 172+58+144=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A90 is #53C56F. Grayscale: #656565. Windows color (decimal): -5490032 or 9452204. OLE color: 9452204.

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

Color convert

RGB 172 58 144 -
CMYK 0 0.66 0.16 0.33
HSL 314.74º 0.5% 0.45% -
HSV(B) 314.74º 0.66% 0.67% -
XYZ 23.56 13.81 27.81 -
YUV 101.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 172 58 144 0 0.66 0.16 0.33 314.74 0.5 0.45
Hex AC 3A 90 0 42 10 21 13B 32 2D
Octal 254 72 220 0 102 20 41 473 62 55
Binary 10101100 111010 10010000 0 1000010 10000 100001 100111011 110010 101101

Color Harmonies of #AC3A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A90

Black with #AC3A90

Text Example


Text Example

White with #AC3A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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