Html Css Color HEX #AC1F9A Medium Red Violet

📋 copy color: '#AC1F9A'

red 172 ◦ green 31 ◦ blue 154

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

Shades of Medium Red Violet #AC1F9A

Tints of Medium Red Violet #AC1F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 48.18%
G = 8.68%
B = 43.14%

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

#AC1F9A (or 0xAC1F9A) is known color: Medium Red Violet. HEX triplet: AC, 1F and 9A. RGB value is (172,31,154). Sum of RGB (Red+Green+Blue) = 172+31+154=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F9A is #53E065. Grayscale: #565656. Windows color (decimal): -5496934 or 10100652. OLE color: 10100652.

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

Color convert

RGB 172 31 154 -
CMYK 0 0.82 0.10 0.33
HSL 307.66º 0.69% 0.4% -
HSV(B) 307.66º 0.82% 0.67% -
XYZ 23.34 12.08 31.67 -
YUV 87.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 172 31 154 0 0.82 0.10 0.33 307.66 0.69 0.4
Hex AC 1F 9A 0 52 A 21 134 45 28
Octal 254 37 232 0 122 12 41 464 105 50
Binary 10101100 11111 10011010 0 1010010 1010 100001 100110100 1000101 101000

Color Harmonies of #AC1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F9A

Black with #AC1F9A

Text Example


Text Example

White with #AC1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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