#ac38e3

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

Shades of Dark Orchid #AC38E3

Tints of Dark Orchid #AC38E3

Color information

#AC38E3 (or 0xAC38E3) is unknown color: approx Dark Orchid. HEX triplet: AC, 38 and E3. RGB value is (172,56,227). Sum of RGB (Red+Green+Blue) = 172+56+227=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC38E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38E3 is #53C71C. Grayscale: #6D6D6D. Windows color (decimal): -5490461 or 14891180. OLE color: 14891180.

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

Color convert

RGB17256227-
CMYK0.240.7500.11
HSL280.7º75.33%55.49%-
HSV(B)280.7º75.33%89.02%-
XYZ32.2917.1574.28-
YUV110.18193.93172.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 56 (22.27% from 255) = 12.31%
BLUE value IS 227 (89.06% from 255) = 49.89%
R=37.80%
G=12.31%
B=49.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172562270.240.7500.11280.775.3355.49
HexAC38E3184B0B1194b37
Octal254703433011301343111367
Binary1010110011100011100011110001001011010111000110011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac38e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac38e3; }

 p { color: rgb(172,56,227); }

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

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

 a { background-color: rgb(172,56,227); }

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

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

 span { border-color: rgb(172,56,227); }

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