#AC39C8

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

Shades of Dark Orchid #AC39C8

Tints of Dark Orchid #AC39C8

Color information

#AC39C8 (or 0xAC39C8) is unknown color: approx Dark Orchid. HEX triplet: AC, 39 and C8. RGB value is (172,57,200). Sum of RGB (Red+Green+Blue) = 172+57+200=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC39C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39C8 is #53C637. Grayscale: #6B6B6B. Windows color (decimal): -5490232 or 13121964. OLE color: 13121964.

HSL color Cylindrical-coordinate representation of color #AC39C8: hue angle of 288.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC39C8 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17257200-
CMYK0.140.7200.22
HSL288.25º56.52%50.39%-
HSV(B)288.25º71.5%78.43%-
XYZ28.915.8756.18-
YUV107.69180.1173.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 200 (78.52% from 255) = 46.62%
R=40.09%
G=13.29%
B=46.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172572000.140.7200.22288.2556.5250.39
HexAC39C8E480161203932
Octal25471310161100264407162
Binary101011001110011100100011101001000010110100100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39C8; }

 p { color: rgb(172,57,200); }

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

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

 a { background-color: rgb(172,57,200); }

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

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

 span { border-color: rgb(172,57,200); }

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