#AC3EC7

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

Shades of Dark Orchid #AC3EC7

Tints of Dark Orchid #AC3EC7

Color information

#AC3EC7 (or 0xAC3EC7) is unknown color: approx Dark Orchid. HEX triplet: AC, 3E and C7. RGB value is (172,62,199). Sum of RGB (Red+Green+Blue) = 172+62+199=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC3EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EC7 is #53C138. Grayscale: #6E6E6E. Windows color (decimal): -5488953 or 13057708. OLE color: 13057708.

HSL color Cylindrical-coordinate representation of color #AC3EC7: hue angle of 288.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3EC7 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17262199-
CMYK0.140.6900.22
HSL288.18º55.02%51.18%-
HSV(B)288.18º68.84%78.04%-
XYZ29.0416.3455.66-
YUV110.51177.94171.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=39.72%
G=14.32%
B=45.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172621990.140.6900.22288.1855.0251.18
HexAC3EC7E450161203733
Octal25476307161050264406763
Binary101011001111101100011111101000101010110100100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EC7; }

 p { color: rgb(172,62,199); }

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

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

 a { background-color: rgb(172,62,199); }

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

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

 span { border-color: rgb(172,62,199); }

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