Html Css Color HEX #AC1E9B Medium Red Violet

📋 copy color: '#AC1E9B'

red 172 ◦ green 30 ◦ blue 155

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

Shades of Medium Red Violet #AC1E9B

Tints of Medium Red Violet #AC1E9B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

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

R = 48.18%
G = 8.4%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC1E9B (or 0xAC1E9B) is known color: Medium Red Violet. HEX triplet: AC, 1E and 9B. RGB value is (172,30,155). Sum of RGB (Red+Green+Blue) = 172+30+155=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1E9B is #53E164. Grayscale: #565656. Windows color (decimal): -5497189 or 10165932. OLE color: 10165932.

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

Color convert

RGB 172 30 155 -
CMYK 0 0.83 0.10 0.33
HSL 307.18º 0.7% 0.4% -
HSV(B) 307.18º 0.83% 0.67% -
XYZ 23.39 12.07 32.11 -
YUV 86.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 172 30 155 0 0.83 0.10 0.33 307.18 0.7 0.4
Hex AC 1E 9B 0 53 A 21 133 46 28
Octal 254 36 233 0 123 12 41 463 106 50
Binary 10101100 11110 10011011 0 1010011 1010 100001 100110011 1000110 101000

Color Harmonies of #AC1E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E9B

Black with #AC1E9B

Text Example


Text Example

White with #AC1E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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