Html Css Color HEX #AC1CA4 Medium Violet Red

📋 copy color: '#AC1CA4'

red 172 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #AC1CA4

Tints of Medium Violet Red #AC1CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.05%

R = 47.25%
G = 7.69%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC1CA4 (or 0xAC1CA4) is known color: Medium Violet Red. HEX triplet: AC, 1C and A4. RGB value is (172,28,164). Sum of RGB (Red+Green+Blue) = 172+28+164=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CA4 is #53E35B. Grayscale: #565656. Windows color (decimal): -5497692 or 10755244. OLE color: 10755244.

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

Color convert

RGB 172 28 164 -
CMYK 0 0.84 0.05 0.33
HSL 303.33º 0.72% 0.39% -
HSV(B) 303.33º 0.84% 0.67% -
XYZ 24.13 12.28 36.22 -
YUV 86.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 172 28 164 0 0.84 0.05 0.33 303.33 0.72 0.39
Hex AC 1C A4 0 54 5 21 12F 48 27
Octal 254 34 244 0 124 5 41 457 110 47
Binary 10101100 11100 10100100 0 1010100 101 100001 100101111 1001000 100111

Color Harmonies of #AC1CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CA4

Black with #AC1CA4

Text Example


Text Example

White with #AC1CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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