#AC2FBA

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

Shades of Dark Orchid #AC2FBA

Tints of Dark Orchid #AC2FBA

Color information

#AC2FBA (or 0xAC2FBA) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and BA. RGB value is (172,47,186). Sum of RGB (Red+Green+Blue) = 172+47+186=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FBA is #53D045. Grayscale: #636363. Windows color (decimal): -5492806 or 12201900. OLE color: 12201900.

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

Color convert

RGB17247186-
CMYK0.080.7500.27
HSL293.96º59.66%45.69%-
HSV(B)293.96º74.73%72.94%-
XYZ26.8914.3547.81-
YUV100.22176.41179.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 47 (18.75% from 255) = 11.60%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=42.47%
G=11.60%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172471860.080.7500.27293.9659.6645.69
HexAC2FBA84B01B1263c2e
Octal25457272101130334467456
Binary101011001011111011101010001001011011011100100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FBA; }

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

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

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

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

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

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

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

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