#A31EB2

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

Shades of Dark Orchid #A31EB2

Tints of Dark Orchid #A31EB2

Color information

#A31EB2 (or 0xA31EB2) is unknown color: approx Dark Orchid. HEX triplet: A3, 1E and B2. RGB value is (163,30,178). Sum of RGB (Red+Green+Blue) = 163+30+178=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #A31EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EB2 is #5CE14D. Grayscale: #565656. Windows color (decimal): -6086990 or 11673251. OLE color: 11673251.

HSL color Cylindrical-coordinate representation of color #A31EB2: hue angle of 293.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31EB2 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16330178-
CMYK0.080.8300.30
HSL293.92º71.15%40.78%-
HSV(B)293.92º83.15%69.8%-
XYZ23.611.9343.18-
YUV86.64179.56182.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=43.94%
G=8.09%
B=47.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163301780.080.8300.30293.9271.1540.78
HexA31EB285301E1264729
Octal243362621012303644610751
Binary101000111111010110010100010100110111101001001101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31EB2; }

 p { color: rgb(163,30,178); }

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

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

 a { background-color: rgb(163,30,178); }

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

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

 span { border-color: rgb(163,30,178); }

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