Html Css Color HEX #AC1BA7 Dark Magenta

📋 copy color: '#AC1BA7'

red 172 ◦ green 27 ◦ blue 167

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

Shades of Dark Magenta #AC1BA7

Tints of Dark Magenta #AC1BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 46.99%
G = 7.38%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC1BA7 (or 0xAC1BA7) is known color: Dark Magenta. HEX triplet: AC, 1B and A7. RGB value is (172,27,167). Sum of RGB (Red+Green+Blue) = 172+27+167=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA7 is #53E458. Grayscale: #555555. Windows color (decimal): -5497945 or 10951596. OLE color: 10951596.

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

Color convert

RGB 172 27 167 -
CMYK 0 0.84 0.03 0.33
HSL 302.07º 0.73% 0.39% -
HSV(B) 302.07º 0.84% 0.67% -
XYZ 24.38 12.34 37.66 -
YUV 86.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 172 27 167 0 0.84 0.03 0.33 302.07 0.73 0.39
Hex AC 1B A7 0 54 3 21 12E 49 27
Octal 254 33 247 0 124 3 41 456 111 47
Binary 10101100 11011 10100111 0 1010100 11 100001 100101110 1001001 100111

Color Harmonies of #AC1BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BA7

Black with #AC1BA7

Text Example


Text Example

White with #AC1BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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