Html Css Color HEX #AC1DA0 Medium Violet Red

📋 copy color: '#AC1DA0'

red 172 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #AC1DA0

Tints of Medium Violet Red #AC1DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 47.65%
G = 8.03%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC1DA0 (or 0xAC1DA0) is known color: Medium Violet Red. HEX triplet: AC, 1D and A0. RGB value is (172,29,160). Sum of RGB (Red+Green+Blue) = 172+29+160=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1DA0 is #53E25F. Grayscale: #565656. Windows color (decimal): -5497440 or 10493356. OLE color: 10493356.

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

Color convert

RGB 172 29 160 -
CMYK 0 0.83 0.07 0.33
HSL 305.04º 0.71% 0.39% -
HSV(B) 305.04º 0.83% 0.67% -
XYZ 23.8 12.19 34.36 -
YUV 86.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 172 29 160 0 0.83 0.07 0.33 305.04 0.71 0.39
Hex AC 1D A0 0 53 7 21 131 47 27
Octal 254 35 240 0 123 7 41 461 107 47
Binary 10101100 11101 10100000 0 1010011 111 100001 100110001 1000111 100111

Color Harmonies of #AC1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DA0

Black with #AC1DA0

Text Example


Text Example

White with #AC1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DA0; }

 p { color: rgb(172,29,160); }

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

background-color css

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

 a { background-color: rgb(172,29,160); }

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

border-color css

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

 span { border-color: rgb(172,29,160); }

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