Html Css Color HEX #AC1F9B Medium Red Violet

📋 copy color: '#AC1F9B'

red 172 ◦ green 31 ◦ blue 155

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

Shades of Medium Red Violet #AC1F9B

Tints of Medium Red Violet #AC1F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 48.04%
G = 8.66%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC1F9B (or 0xAC1F9B) is known color: Medium Red Violet. HEX triplet: AC, 1F and 9B. RGB value is (172,31,155). Sum of RGB (Red+Green+Blue) = 172+31+155=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F9B is #53E064. Grayscale: #565656. Windows color (decimal): -5496933 or 10166188. OLE color: 10166188.

HSL color Cylindrical-coordinate representation of color #AC1F9B: hue angle of 307.23º 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 #AC1F9B is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 155 -
CMYK 0 0.82 0.10 0.33
HSL 307.23º 0.69% 0.4% -
HSV(B) 307.23º 0.82% 0.67% -
XYZ 23.42 12.12 32.11 -
YUV 87.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 172 31 155 0 0.82 0.10 0.33 307.23 0.69 0.4
Hex AC 1F 9B 0 52 A 21 133 45 28
Octal 254 37 233 0 122 12 41 463 105 50
Binary 10101100 11111 10011011 0 1010010 1010 100001 100110011 1000101 101000

Color Harmonies of #AC1F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F9B

Black with #AC1F9B

Text Example


Text Example

White with #AC1F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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