#AC31D7

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

Shades of Dark Orchid #AC31D7

Tints of Dark Orchid #AC31D7

Color information

#AC31D7 (or 0xAC31D7) is unknown color: approx Dark Orchid. HEX triplet: AC, 31 and D7. RGB value is (172,49,215). Sum of RGB (Red+Green+Blue) = 172+49+215=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC31D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31D7 is #53CE28. Grayscale: #686868. Windows color (decimal): -5492265 or 14102956. OLE color: 14102956.

HSL color Cylindrical-coordinate representation of color #AC31D7: hue angle of 284.46º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC31D7 is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17249215-
CMYK0.20.7700.16
HSL284.46º67.48%51.76%-
HSV(B)284.46º77.21%84.31%-
XYZ30.3815.8765.75-
YUV104.7190.25176-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=39.45%
G=11.24%
B=49.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172492150.20.7700.16284.4667.4851.76
HexAC31D7144D01011c4334
Octal254613272411502043410364
Binary10101100110001110101111010010011010100001000111001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC31D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC31D7; }

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

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

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

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

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

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

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

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