#AC3EBC

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

Shades of Dark Orchid #AC3EBC

Tints of Dark Orchid #AC3EBC

Color information

#AC3EBC (or 0xAC3EBC) is unknown color: approx Dark Orchid. HEX triplet: AC, 3E and BC. RGB value is (172,62,188). Sum of RGB (Red+Green+Blue) = 172+62+188=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EBC is #53C143. Grayscale: #6C6C6C. Windows color (decimal): -5488964 or 12336812. OLE color: 12336812.

HSL color Cylindrical-coordinate representation of color #AC3EBC: hue angle of 292.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3EBC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17262188-
CMYK0.090.6700.26
HSL292.38º50.4%49.02%-
HSV(B)292.38º67.02%73.73%-
XYZ27.8115.8549.17-
YUV109.25172.44172.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=40.76%
G=14.69%
B=44.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172621880.090.6700.26292.3850.449.02
HexAC3EBC94301A1243231
Octal25476274111030324446261
Binary101011001111101011110010011000011011010100100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EBC; }

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

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

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

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

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

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

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

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