#A31AC1

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

Shades of Dark Orchid #A31AC1

Tints of Dark Orchid #A31AC1

Color information

#A31AC1 (or 0xA31AC1) is unknown color: approx Dark Orchid. HEX triplet: A3, 1A and C1. RGB value is (163,26,193). Sum of RGB (Red+Green+Blue) = 163+26+193=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #A31AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AC1 is #5CE53E. Grayscale: #555555. Windows color (decimal): -6087999 or 12655267. OLE color: 12655267.

HSL color Cylindrical-coordinate representation of color #A31AC1: hue angle of 289.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31AC1 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16326193-
CMYK0.160.8700.24
HSL289.22º76.26%42.94%-
HSV(B)289.22º86.53%75.69%-
XYZ25.112.3851.52-
YUV86188.39182.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=42.67%
G=6.81%
B=50.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163261930.160.8700.24289.2276.2642.94
HexA31AC110570181214c2b
Octal243323012012703044111453
Binary1010001111010110000011000010101110110001001000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31AC1; }

 p { color: rgb(163,26,193); }

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

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

 a { background-color: rgb(163,26,193); }

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

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

 span { border-color: rgb(163,26,193); }

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