#AC31E8

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

Shades of Dark Orchid #AC31E8

Tints of Dark Orchid #AC31E8

Color information

#AC31E8 (or 0xAC31E8) is unknown color: approx Dark Orchid. HEX triplet: AC, 31 and E8. RGB value is (172,49,232). Sum of RGB (Red+Green+Blue) = 172+49+232=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC31E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31E8 is #53CE17. Grayscale: #6A6A6A. Windows color (decimal): -5492248 or 15217068. OLE color: 15217068.

HSL color Cylindrical-coordinate representation of color #AC31E8: hue angle of 280.33º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC31E8 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17249232-
CMYK0.260.7900.09
HSL280.33º79.91%55.1%-
HSV(B)280.33º78.88%90.98%-
XYZ32.6816.7977.86-
YUV106.64198.75174.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 49 (19.53% from 255) = 10.82%
BLUE value IS 232 (91.02% from 255) = 51.21%
R=37.97%
G=10.82%
B=51.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172492320.260.7900.09280.3379.9155.1
HexAC31E81A4F091185037
Octal254613503211701143012067
Binary1010110011000111101000110101001111010011000110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC31E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC31E8; }

 p { color: rgb(172,49,232); }

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

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

 a { background-color: rgb(172,49,232); }

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

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

 span { border-color: rgb(172,49,232); }

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