#AC1ACA

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

Shades of Dark Orchid #AC1ACA

Tints of Dark Orchid #AC1ACA

Color information

#AC1ACA (or 0xAC1ACA) is unknown color: approx Dark Orchid. HEX triplet: AC, 1A and CA. RGB value is (172,26,202). Sum of RGB (Red+Green+Blue) = 172+26+202=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ACA is #53E535. Grayscale: #595959. Windows color (decimal): -5498166 or 13245100. OLE color: 13245100.

HSL color Cylindrical-coordinate representation of color #AC1ACA: hue angle of 289.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1ACA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17226202-
CMYK0.150.8700.21
HSL289.77º77.19%44.71%-
HSV(B)289.77º87.13%79.22%-
XYZ28.0413.7757.06-
YUV89.72191.37186.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 26 (10.55% from 255) = 6.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=43%
G=6.5%
B=50.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172262020.150.8700.21289.7777.1944.71
HexAC1ACAF570151224d2d
Octal254323121712702544211555
Binary101011001101011001010111110101110101011001000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1ACA; }

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

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

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

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

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

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

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

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