#ac1ac1

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

Shades of Dark Orchid #AC1AC1

Tints of Dark Orchid #AC1AC1

Color information

#AC1AC1 (or 0xAC1AC1) is unknown color: approx Dark Orchid. HEX triplet: AC, 1A and C1. RGB value is (172,26,193). Sum of RGB (Red+Green+Blue) = 172+26+193=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC1AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1AC1 is #53E53E. Grayscale: #585858. Windows color (decimal): -5498175 or 12655276. OLE color: 12655276.

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

Color convert

RGB17226193-
CMYK0.110.8700.24
HSL292.46º76.26%42.94%-
HSV(B)292.46º86.53%75.69%-
XYZ27.0113.3651.61-
YUV88.69186.87187.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 26 (10.55% from 255) = 6.65%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=43.99%
G=6.65%
B=49.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172261930.110.8700.24292.4676.2642.94
HexAC1AC1B570181244c2b
Octal254323011312703044411453
Binary101011001101011000001101110101110110001001001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1ac1; }

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

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

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

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

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

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

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

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