Html Css Color HEX #AC1090 Medium Violet Red

📋 copy color: '#AC1090'

red 172 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #AC1090

Tints of Medium Violet Red #AC1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

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

R = 51.81%
G = 4.82%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1090 (or 0xAC1090) is known color: Medium Violet Red. HEX triplet: AC, 10 and 90. RGB value is (172,16,144). Sum of RGB (Red+Green+Blue) = 172+16+144=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1090 is #53EF6F. Grayscale: #4C4C4C. Windows color (decimal): -5500784 or 9441452. OLE color: 9441452.

HSL color Cylindrical-coordinate representation of color #AC1090: hue angle of 310.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1090 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 144 -
CMYK 0 0.91 0.16 0.33
HSL 310.77º 0.83% 0.37% -
HSV(B) 310.77º 0.91% 0.67% -
XYZ 22.23 11.15 27.37 -
YUV 77.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 172 16 144 0 0.91 0.16 0.33 310.77 0.83 0.37
Hex AC 10 90 0 5B 10 21 137 53 25
Octal 254 20 220 0 133 20 41 467 123 45
Binary 10101100 10000 10010000 0 1011011 10000 100001 100110111 1010011 100101

Color Harmonies of #AC1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1090

Black with #AC1090

Text Example


Text Example

White with #AC1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1090; }

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

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

background-color css

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

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

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

border-color css

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

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

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