Html Css Color HEX #AC1BA4 Medium Violet Red

📋 copy color: '#AC1BA4'

red 172 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #AC1BA4

Tints of Medium Violet Red #AC1BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

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

R = 47.38%
G = 7.44%
B = 45.18%

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

#AC1BA4 (or 0xAC1BA4) is known color: Medium Violet Red. HEX triplet: AC, 1B and A4. RGB value is (172,27,164). Sum of RGB (Red+Green+Blue) = 172+27+164=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA4 is #53E45B. Grayscale: #555555. Windows color (decimal): -5497948 or 10754988. OLE color: 10754988.

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

Color convert

RGB 172 27 164 -
CMYK 0 0.84 0.05 0.33
HSL 303.31º 0.73% 0.39% -
HSV(B) 303.31º 0.84% 0.67% -
XYZ 24.11 12.23 36.21 -
YUV 85.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 172 27 164 0 0.84 0.05 0.33 303.31 0.73 0.39
Hex AC 1B A4 0 54 5 21 12F 49 27
Octal 254 33 244 0 124 5 41 457 111 47
Binary 10101100 11011 10100100 0 1010100 101 100001 100101111 1001001 100111

Color Harmonies of #AC1BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BA4

Black with #AC1BA4

Text Example


Text Example

White with #AC1BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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