#AC17C1

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

Shades of Dark Orchid #AC17C1

Tints of Dark Orchid #AC17C1

Color information

#AC17C1 (or 0xAC17C1) is unknown color: approx Dark Orchid. HEX triplet: AC, 17 and C1. RGB value is (172,23,193). Sum of RGB (Red+Green+Blue) = 172+23+193=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17C1 is #53E83E. Grayscale: #565656. Windows color (decimal): -5498943 or 12654508. OLE color: 12654508.

HSL color Cylindrical-coordinate representation of color #AC17C1: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17C1 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17223193-
CMYK0.110.8800.24
HSL292.59º78.7%42.35%-
HSV(B)292.59º88.08%75.69%-
XYZ26.9513.2351.59-
YUV86.93187.86188.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 23 (9.38% from 255) = 5.93%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=44.33%
G=5.93%
B=49.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172231930.110.8800.24292.5978.742.35
HexAC17C1B580181254f2a
Octal254273011313003044511752
Binary101011001011111000001101110110000110001001001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC17C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC17C1; }

 p { color: rgb(172,23,193); }

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

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

 a { background-color: rgb(172,23,193); }

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

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

 span { border-color: rgb(172,23,193); }

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