#A31FDD

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

Shades of Dark Orchid #A31FDD

Tints of Dark Orchid #A31FDD

Color information

#A31FDD (or 0xA31FDD) is unknown color: approx Dark Orchid. HEX triplet: A3, 1F and DD. RGB value is (163,31,221). Sum of RGB (Red+Green+Blue) = 163+31+221=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #A31FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FDD is #5CE022. Grayscale: #5B5B5B. Windows color (decimal): -6086691 or 14491555. OLE color: 14491555.

HSL color Cylindrical-coordinate representation of color #A31FDD: hue angle of 281.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31FDD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16331221-
CMYK0.260.8600.13
HSL281.68º75.4%49.41%-
HSV(B)281.68º85.97%86.67%-
XYZ28.6513.9969.6-
YUV92.13200.73178.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 31 (12.5% from 255) = 7.47%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=39.28%
G=7.47%
B=53.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163312210.260.8600.13281.6875.449.41
HexA31FDD1A560D11a4b31
Octal243373353212601543211361
Binary101000111111111011101110101010110011011000110101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31FDD; }

 p { color: rgb(163,31,221); }

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

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

 a { background-color: rgb(163,31,221); }

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

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

 span { border-color: rgb(163,31,221); }

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