#AC19B4

Color #AC19B4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AC19B4

Tints of Dark Orchid #AC19B4

Color information

#AC19B4 (or 0xAC19B4) is unknown color: approx Dark Orchid. HEX triplet: AC, 19 and B4. RGB value is (172,25,180). Sum of RGB (Red+Green+Blue) = 172+25+180=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC19B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19B4 is #53E64B. Grayscale: #565656. Windows color (decimal): -5498444 or 11803052. OLE color: 11803052.

HSL color Cylindrical-coordinate representation of color #AC19B4: hue angle of 296.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC19B4 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17225180-
CMYK0.040.8600.29
HSL296.9º75.61%40.2%-
HSV(B)296.9º86.11%70.59%-
XYZ25.612.7644.29-
YUV86.62180.7188.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=45.62%
G=6.63%
B=47.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172251800.040.8600.29296.975.6140.2
HexAC19B445601D1294c28
Octal25431264412603545111450
Binary10101100110011011010010010101100111011001010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC19B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC19B4; }

 p { color: rgb(172,25,180); }

 H1.HeaderClassName
 {
   color: #AC19B4;
 }
 .AnyTagClassName
 {
   color: #AC19B4;
 }
</style>
background-color css

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

 a { background-color: rgb(172,25,180); }

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

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

 span { border-color: rgb(172,25,180); }

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