Html Css Color HEX #AC1BA5 Dark Magenta

📋 copy color: '#AC1BA5'

red 172 ◦ green 27 ◦ blue 165

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

Shades of Dark Magenta #AC1BA5

Tints of Dark Magenta #AC1BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 47.25%
G = 7.42%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC1BA5 (or 0xAC1BA5) is known color: Dark Magenta. HEX triplet: AC, 1B and A5. RGB value is (172,27,165). Sum of RGB (Red+Green+Blue) = 172+27+165=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA5 is #53E45A. Grayscale: #555555. Windows color (decimal): -5497947 or 10820524. OLE color: 10820524.

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

Color convert

RGB 172 27 165 -
CMYK 0 0.84 0.04 0.33
HSL 302.9º 0.73% 0.39% -
HSV(B) 302.9º 0.84% 0.67% -
XYZ 24.2 12.27 36.69 -
YUV 86.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 172 27 165 0 0.84 0.04 0.33 302.9 0.73 0.39
Hex AC 1B A5 0 54 4 21 12F 49 27
Octal 254 33 245 0 124 4 41 457 111 47
Binary 10101100 11011 10100101 0 1010100 100 100001 100101111 1001001 100111

Color Harmonies of #AC1BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BA5

Black with #AC1BA5

Text Example


Text Example

White with #AC1BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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