#AC3AE4

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

Shades of Dark Orchid #AC3AE4

Tints of Dark Orchid #AC3AE4

Color information

#AC3AE4 (or 0xAC3AE4) is unknown color: approx Dark Orchid. HEX triplet: AC, 3A and E4. RGB value is (172,58,228). Sum of RGB (Red+Green+Blue) = 172+58+228=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC3AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AE4 is #53C51B. Grayscale: #6E6E6E. Windows color (decimal): -5489948 or 14957228. OLE color: 14957228.

HSL color Cylindrical-coordinate representation of color #AC3AE4: hue angle of 280.24º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3AE4 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17258228-
CMYK0.250.7500.11
HSL280.24º75.89%56.08%-
HSV(B)280.24º74.56%89.41%-
XYZ32.5317.475.04-
YUV111.47193.77171.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 228 (89.45% from 255) = 49.78%
R=37.55%
G=12.66%
B=49.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172582280.250.7500.11280.2475.8956.08
HexAC3AE4194B0B1184c38
Octal254723443111301343011470
Binary1010110011101011100100110011001011010111000110001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3AE4; }

 p { color: rgb(172,58,228); }

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

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

 a { background-color: rgb(172,58,228); }

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

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

 span { border-color: rgb(172,58,228); }

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