#A31CCE

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

Shades of Dark Orchid #A31CCE

Tints of Dark Orchid #A31CCE

Color information

#A31CCE (or 0xA31CCE) is unknown color: approx Dark Orchid. HEX triplet: A3, 1C and CE. RGB value is (163,28,206). Sum of RGB (Red+Green+Blue) = 163+28+206=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A31CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCE is #5CE331. Grayscale: #585858. Windows color (decimal): -6087474 or 13507747. OLE color: 13507747.

HSL color Cylindrical-coordinate representation of color #A31CCE: hue angle of 285.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16328206-
CMYK0.210.8600.19
HSL285.51º76.07%45.88%-
HSV(B)285.51º86.41%80.78%-
XYZ26.6613.0759.51-
YUV88.66194.23181.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=41.06%
G=7.05%
B=51.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163282060.210.8600.19285.5176.0745.88
HexA31CCE155601311e4c2e
Octal243343162512602343611456
Binary1010001111100110011101010110101100100111000111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31CCE; }

 p { color: rgb(163,28,206); }

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

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

 a { background-color: rgb(163,28,206); }

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

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

 span { border-color: rgb(163,28,206); }

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