#AC2FC1

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

Shades of Dark Orchid #AC2FC1

Tints of Dark Orchid #AC2FC1

Color information

#AC2FC1 (or 0xAC2FC1) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and C1. RGB value is (172,47,193). Sum of RGB (Red+Green+Blue) = 172+47+193=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC2FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FC1 is #53D03E. Grayscale: #646464. Windows color (decimal): -5492799 or 12660652. OLE color: 12660652.

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

Color convert

RGB17247193-
CMYK0.110.7600.24
HSL291.37º60.83%47.06%-
HSV(B)291.37º75.65%75.69%-
XYZ27.6614.6551.82-
YUV101.02179.91178.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 47 (18.75% from 255) = 11.41%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=41.75%
G=11.41%
B=46.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172471930.110.7600.24291.3760.8347.06
HexAC2FC1B4C0181233d2f
Octal25457301131140304437557
Binary101011001011111100000110111001100011000100100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FC1; }

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

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

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

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

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

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

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

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