#ac38ce

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

Shades of Dark Orchid #AC38CE

Tints of Dark Orchid #AC38CE

Color information

#AC38CE (or 0xAC38CE) is unknown color: approx Dark Orchid. HEX triplet: AC, 38 and CE. RGB value is (172,56,206). Sum of RGB (Red+Green+Blue) = 172+56+206=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38CE is #53C731. Grayscale: #6B6B6B. Windows color (decimal): -5490482 or 13514924. OLE color: 13514924.

HSL color Cylindrical-coordinate representation of color #AC38CE: hue angle of 286.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC38CE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17256206-
CMYK0.170.7300.19
HSL286.4º60.48%51.37%-
HSV(B)286.4º72.82%80.78%-
XYZ29.5716.0659.93-
YUV107.78183.43173.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=39.63%
G=12.90%
B=47.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172562060.170.7300.19286.460.4851.37
HexAC38CE114901311e3c33
Octal25470316211110234367463
Binary1010110011100011001110100011001001010011100011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac38ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac38ce; }

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

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

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

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

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

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

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

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