Html Css Color HEX #AC1685 Medium Violet Red

📋 copy color: '#AC1685'

red 172 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #AC1685

Tints of Medium Violet Red #AC1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 52.6%
G = 6.73%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1685 (or 0xAC1685) is known color: Medium Violet Red. HEX triplet: AC, 16 and 85. RGB value is (172,22,133). Sum of RGB (Red+Green+Blue) = 172+22+133=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1685 is #53E97A. Grayscale: #4F4F4F. Windows color (decimal): -5499259 or 8722092. OLE color: 8722092.

HSL color Cylindrical-coordinate representation of color #AC1685: hue angle of 315.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1685 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 133 -
CMYK 0 0.87 0.23 0.33
HSL 315.6º 0.77% 0.38% -
HSV(B) 315.6º 0.87% 0.67% -
XYZ 21.53 11.04 23.19 -
YUV 79.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 172 22 133 0 0.87 0.23 0.33 315.6 0.77 0.38
Hex AC 16 85 0 57 17 21 13C 4D 26
Octal 254 26 205 0 127 27 41 474 115 46
Binary 10101100 10110 10000101 0 1010111 10111 100001 100111100 1001101 100110

Color Harmonies of #AC1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1685

Black with #AC1685

Text Example


Text Example

White with #AC1685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1685; }

 p { color: rgb(172,22,133); }

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

background-color css

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

 a { background-color: rgb(172,22,133); }

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

border-color css

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

 span { border-color: rgb(172,22,133); }

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