#A31AD8

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

Shades of Dark Orchid #A31AD8

Tints of Dark Orchid #A31AD8

Color information

#A31AD8 (or 0xA31AD8) is unknown color: approx Dark Orchid. HEX triplet: A3, 1A and D8. RGB value is (163,26,216). Sum of RGB (Red+Green+Blue) = 163+26+216=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #A31AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AD8 is #5CE527. Grayscale: #585858. Windows color (decimal): -6087976 or 14162595. OLE color: 14162595.

HSL color Cylindrical-coordinate representation of color #A31AD8: hue angle of 283.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31AD8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16326216-
CMYK0.250.8800.15
HSL283.26º78.51%47.45%-
HSV(B)283.26º87.96%84.71%-
XYZ27.8713.4866.1-
YUV88.62199.89181.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 216 (84.77% from 255) = 53.33%
R=40.25%
G=6.42%
B=53.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163262160.250.8800.15283.2678.5147.45
HexA31AD819580F11b4f2f
Octal243323303113001743311757
Binary101000111101011011000110011011000011111000110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31AD8; }

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

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

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

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

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

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

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

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