#AC1ABA

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

Shades of Dark Orchid #AC1ABA

Tints of Dark Orchid #AC1ABA

Color information

#AC1ABA (or 0xAC1ABA) is unknown color: approx Dark Orchid. HEX triplet: AC, 1A and BA. RGB value is (172,26,186). Sum of RGB (Red+Green+Blue) = 172+26+186=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ABA is #53E545. Grayscale: #575757. Windows color (decimal): -5498182 or 12196524. OLE color: 12196524.

HSL color Cylindrical-coordinate representation of color #AC1ABA: hue angle of 294.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1ABA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17226186-
CMYK0.080.8600.27
HSL294.75º75.47%41.57%-
HSV(B)294.75º86.02%72.94%-
XYZ26.2513.0547.59-
YUV87.89183.37187.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=44.79%
G=6.77%
B=48.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172261860.080.8600.27294.7575.4741.57
HexAC1ABA85601B1274b2a
Octal254322721012603344711352
Binary101011001101010111010100010101100110111001001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1ABA; }

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

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

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

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

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

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

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

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