#A31EAE

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

Shades of Dark Orchid #A31EAE

Tints of Dark Orchid #A31EAE

Color information

#A31EAE (or 0xA31EAE) is unknown color: approx Dark Orchid. HEX triplet: A3, 1E and AE. RGB value is (163,30,174). Sum of RGB (Red+Green+Blue) = 163+30+174=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A31EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EAE is #5CE151. Grayscale: #555555. Windows color (decimal): -6086994 or 11411107. OLE color: 11411107.

HSL color Cylindrical-coordinate representation of color #A31EAE: hue angle of 295.42º degrees, saturation: 0.71, 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 #A31EAE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16330174-
CMYK0.060.8300.32
HSL295.42º70.59%40%-
HSV(B)295.42º82.76%68.24%-
XYZ23.2111.7741.09-
YUV86.18177.56182.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=44.41%
G=8.17%
B=47.41%

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
Decimal163301740.060.8300.32295.4270.5940
HexA31EAE6530201274728
Octal24336256612304044710750
Binary101000111111010101110110101001101000001001001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31EAE; }

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

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

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

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

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

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

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

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