#AC2DCE

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

Shades of Dark Orchid #AC2DCE

Tints of Dark Orchid #AC2DCE

Color information

#AC2DCE (or 0xAC2DCE) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and CE. RGB value is (172,45,206). Sum of RGB (Red+Green+Blue) = 172+45+206=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DCE is #53D231. Grayscale: #646464. Windows color (decimal): -5493298 or 13512108. OLE color: 13512108.

HSL color Cylindrical-coordinate representation of color #AC2DCE: hue angle of 287.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2DCE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17245206-
CMYK0.170.7800.19
HSL287.33º64.14%49.22%-
HSV(B)287.33º78.16%80.78%-
XYZ29.0915.159.77-
YUV101.33187.08178.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 45 (17.97% from 255) = 10.64%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=40.66%
G=10.64%
B=48.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172452060.170.7800.19287.3364.1449.22
HexAC2DCE114E01311f4031
Octal254553162111602343710061
Binary10101100101101110011101000110011100100111000111111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DCE; }

 p { color: rgb(172,45,206); }

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

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

 a { background-color: rgb(172,45,206); }

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

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

 span { border-color: rgb(172,45,206); }

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