#a31ead

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

Shades of Dark Orchid #A31EAD

Tints of Dark Orchid #A31EAD

Color information

#A31EAD (or 0xA31EAD) is unknown color: approx Dark Orchid. HEX triplet: A3, 1E and AD. RGB value is (163,30,173). Sum of RGB (Red+Green+Blue) = 163+30+173=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #A31EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EAD is #5CE152. Grayscale: #555555. Windows color (decimal): -6086995 or 11345571. OLE color: 11345571.

HSL color Cylindrical-coordinate representation of color #A31EAD: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31EAD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16330173-
CMYK0.060.8300.32
HSL295.8º70.44%39.8%-
HSV(B)295.8º82.66%67.84%-
XYZ23.1111.7340.58-
YUV86.07177.06182.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 30 (12.11% from 255) = 8.20%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=44.54%
G=8.20%
B=47.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163301730.060.8300.32295.870.4439.8
HexA31EAD6530201284628
Octal24336255612304045010650
Binary101000111111010101101110101001101000001001010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31ead; }

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

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

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

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

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

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

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

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