Html Css Color HEX #AC1CA1 Medium Violet Red

📋 copy color: '#AC1CA1'

red 172 ◦ green 28 ◦ blue 161

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

Shades of Medium Violet Red #AC1CA1

Tints of Medium Violet Red #AC1CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 47.65%
G = 7.76%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC1CA1 (or 0xAC1CA1) is known color: Medium Violet Red. HEX triplet: AC, 1C and A1. RGB value is (172,28,161). Sum of RGB (Red+Green+Blue) = 172+28+161=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CA1 is #53E35E. Grayscale: #555555. Windows color (decimal): -5497695 or 10558636. OLE color: 10558636.

HSL color Cylindrical-coordinate representation of color #AC1CA1: hue angle of 304.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CA1 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 161 -
CMYK 0 0.84 0.06 0.33
HSL 304.58º 0.72% 0.39% -
HSV(B) 304.58º 0.84% 0.67% -
XYZ 23.86 12.17 34.81 -
YUV 86.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 172 28 161 0 0.84 0.06 0.33 304.58 0.72 0.39
Hex AC 1C A1 0 54 6 21 131 48 27
Octal 254 34 241 0 124 6 41 461 110 47
Binary 10101100 11100 10100001 0 1010100 110 100001 100110001 1001000 100111

Color Harmonies of #AC1CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CA1

Black with #AC1CA1

Text Example


Text Example

White with #AC1CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CA1; }

 p { color: rgb(172,28,161); }

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

background-color css

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

 a { background-color: rgb(172,28,161); }

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

border-color css

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

 span { border-color: rgb(172,28,161); }

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