#AC2FB9

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

Shades of Dark Orchid #AC2FB9

Tints of Dark Orchid #AC2FB9

Color information

#AC2FB9 (or 0xAC2FB9) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and B9. RGB value is (172,47,185). Sum of RGB (Red+Green+Blue) = 172+47+185=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC2FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FB9 is #53D046. Grayscale: #636363. Windows color (decimal): -5492807 or 12136364. OLE color: 12136364.

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

Color convert

RGB17247185-
CMYK0.070.7500.27
HSL294.35º59.48%45.49%-
HSV(B)294.35º74.59%72.55%-
XYZ26.7914.3147.25-
YUV100.11175.91179.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 47 (18.75% from 255) = 11.63%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=42.57%
G=11.63%
B=45.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172471850.070.7500.27294.3559.4845.49
HexAC2FB974B01B1263b2d
Octal2545727171130334467355
Binary10101100101111101110011111001011011011100100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FB9; }

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

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

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

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

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

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

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

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