Html Css Color HEX #AC1885 Medium Violet Red

📋 copy color: '#AC1885'

red 172 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #AC1885

Tints of Medium Violet Red #AC1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 52.28%
G = 7.29%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1885 (or 0xAC1885) is known color: Medium Violet Red. HEX triplet: AC, 18 and 85. RGB value is (172,24,133). Sum of RGB (Red+Green+Blue) = 172+24+133=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1885 is #53E77A. Grayscale: #505050. Windows color (decimal): -5498747 or 8722604. OLE color: 8722604.

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

Color convert

RGB 172 24 133 -
CMYK 0 0.86 0.23 0.33
HSL 315.81º 0.76% 0.38% -
HSV(B) 315.81º 0.86% 0.67% -
XYZ 21.57 11.12 23.2 -
YUV 80.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 172 24 133 0 0.86 0.23 0.33 315.81 0.76 0.38
Hex AC 18 85 0 56 17 21 13C 4C 26
Octal 254 30 205 0 126 27 41 474 114 46
Binary 10101100 11000 10000101 0 1010110 10111 100001 100111100 1001100 100110

Color Harmonies of #AC1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1885

Black with #AC1885

Text Example


Text Example

White with #AC1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1885; }

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

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

background-color css

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

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

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

border-color css

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

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

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