#AC2FBF

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

Shades of Dark Orchid #AC2FBF

Tints of Dark Orchid #AC2FBF

Color information

#AC2FBF (or 0xAC2FBF) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and BF. RGB value is (172,47,191). Sum of RGB (Red+Green+Blue) = 172+47+191=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC2FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FBF is #53D040. Grayscale: #646464. Windows color (decimal): -5492801 or 12529580. OLE color: 12529580.

HSL color Cylindrical-coordinate representation of color #AC2FBF: hue angle of 292.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2FBF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17247191-
CMYK0.100.7500.25
HSL292.08º60.5%46.67%-
HSV(B)292.08º75.39%74.9%-
XYZ27.4314.5750.66-
YUV100.79178.91178.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 47 (18.75% from 255) = 11.46%
BLUE value IS 191 (75% from 255) = 46.59%
R=41.95%
G=11.46%
B=46.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172471910.100.7500.25292.0860.546.67
HexAC2FBFA4B0191243d2f
Octal25457277121130314447557
Binary101011001011111011111110101001011011001100100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FBF; }

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

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

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

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

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

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

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

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