Html Css Color HEX #AC1F8B Medium Red Violet

📋 copy color: '#AC1F8B'

red 172 ◦ green 31 ◦ blue 139

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

Shades of Medium Red Violet #AC1F8B

Tints of Medium Red Violet #AC1F8B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 50.29%
G = 9.06%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC1F8B (or 0xAC1F8B) is known color: Medium Red Violet. HEX triplet: AC, 1F and 8B. RGB value is (172,31,139). Sum of RGB (Red+Green+Blue) = 172+31+139=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F8B is #53E074. Grayscale: #555555. Windows color (decimal): -5496949 or 9117612. OLE color: 9117612.

HSL color Cylindrical-coordinate representation of color #AC1F8B: hue angle of 314.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F8B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 139 -
CMYK 0 0.82 0.19 0.33
HSL 314.04º 0.69% 0.4% -
HSV(B) 314.04º 0.82% 0.67% -
XYZ 22.16 11.61 25.5 -
YUV 85.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 172 31 139 0 0.82 0.19 0.33 314.04 0.69 0.4
Hex AC 1F 8B 0 52 13 21 13A 45 28
Octal 254 37 213 0 122 23 41 472 105 50
Binary 10101100 11111 10001011 0 1010010 10011 100001 100111010 1000101 101000

Color Harmonies of #AC1F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F8B

Black with #AC1F8B

Text Example


Text Example

White with #AC1F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F8B; }

 p { color: rgb(172,31,139); }

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

background-color css

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

 a { background-color: rgb(172,31,139); }

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

border-color css

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

 span { border-color: rgb(172,31,139); }

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