#AC38D9

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

Shades of Dark Orchid #AC38D9

Tints of Dark Orchid #AC38D9

Color information

#AC38D9 (or 0xAC38D9) is unknown color: approx Dark Orchid. HEX triplet: AC, 38 and D9. RGB value is (172,56,217). Sum of RGB (Red+Green+Blue) = 172+56+217=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC38D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38D9 is #53C726. Grayscale: #6C6C6C. Windows color (decimal): -5490471 or 14235820. OLE color: 14235820.

HSL color Cylindrical-coordinate representation of color #AC38D9: hue angle of 283.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC38D9 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17256217-
CMYK0.210.7400.15
HSL283.23º67.93%53.53%-
HSV(B)283.23º74.19%85.1%-
XYZ30.9516.6167.22-
YUV109.04188.93172.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=38.65%
G=12.58%
B=48.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172562170.210.7400.15283.2367.9353.53
HexAC38D9154A0F11b4436
Octal254703312511201743310466
Binary1010110011100011011001101011001010011111000110111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38D9; }

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

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

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

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

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

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

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

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