Html Css Color HEX #AC08A5 Dark Magenta

📋 copy color: '#AC08A5'

red 172 ◦ green 8 ◦ blue 165

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

Shades of Dark Magenta #AC08A5

Tints of Dark Magenta #AC08A5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.32%

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

R = 49.86%
G = 2.32%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC08A5 (or 0xAC08A5) is known color: Dark Magenta. HEX triplet: AC, 08 and A5. RGB value is (172,8,165). Sum of RGB (Red+Green+Blue) = 172+8+165=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC08A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC08A5 is #53F75A. Grayscale: #4A4A4A. Windows color (decimal): -5502811 or 10815660. OLE color: 10815660.

HSL color Cylindrical-coordinate representation of color #AC08A5: hue angle of 302.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC08A5 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 165 -
CMYK 0 0.95 0.04 0.33
HSL 302.56º 0.91% 0.35% -
HSV(B) 302.56º 0.95% 0.67% -
XYZ 23.89 11.66 36.59 -
YUV 74.93 178.83 197.23 -
System Red Green Blue C M Y K H S L
Decimal 172 8 165 0 0.95 0.04 0.33 302.56 0.91 0.35
Hex AC 8 A5 0 5F 4 21 12F 5B 23
Octal 254 10 245 0 137 4 41 457 133 43
Binary 10101100 1000 10100101 0 1011111 100 100001 100101111 1011011 100011

Color Harmonies of #AC08A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08A5

Black with #AC08A5

Text Example


Text Example

White with #AC08A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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