#AC3ED5

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

Shades of Dark Orchid #AC3ED5

Tints of Dark Orchid #AC3ED5

Color information

#AC3ED5 (or 0xAC3ED5) is unknown color: approx Dark Orchid. HEX triplet: AC, 3E and D5. RGB value is (172,62,213). Sum of RGB (Red+Green+Blue) = 172+62+213=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC3ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ED5 is #53C12A. Grayscale: #6F6F6F. Windows color (decimal): -5488939 or 13975212. OLE color: 13975212.

HSL color Cylindrical-coordinate representation of color #AC3ED5: hue angle of 283.71º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3ED5 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17262213-
CMYK0.190.7100.16
HSL283.71º64.26%53.92%-
HSV(B)283.71º70.89%83.53%-
XYZ30.7517.0264.62-
YUV112.1184.94170.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 62 (24.61% from 255) = 13.87%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=38.48%
G=13.87%
B=47.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172622130.190.7100.16283.7164.2653.92
HexAC3ED5134701011c4036
Octal254763252310702043410066
Binary10101100111110110101011001110001110100001000111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3ED5; }

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

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

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

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

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

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

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

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