#AC3FBF

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

Shades of Dark Orchid #AC3FBF

Tints of Dark Orchid #AC3FBF

Color information

#AC3FBF (or 0xAC3FBF) is unknown color: approx Dark Orchid. HEX triplet: AC, 3F and BF. RGB value is (172,63,191). Sum of RGB (Red+Green+Blue) = 172+63+191=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FBF is #53C040. Grayscale: #6D6D6D. Windows color (decimal): -5488705 or 12533676. OLE color: 12533676.

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

Color convert

RGB17263191-
CMYK0.100.6700.25
HSL291.09º50.39%49.8%-
HSV(B)291.09º67.02%74.9%-
XYZ28.1916.0950.91-
YUV110.18173.61172.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 191 (75% from 255) = 44.84%
R=40.38%
G=14.79%
B=44.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172631910.100.6700.25291.0950.3949.8
HexAC3FBFA430191233232
Octal25477277121030314436262
Binary101011001111111011111110101000011011001100100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3FBF; }

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

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

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

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

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

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

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

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