#A31DC9

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

Shades of Dark Orchid #A31DC9

Tints of Dark Orchid #A31DC9

Color information

#A31DC9 (or 0xA31DC9) is unknown color: approx Dark Orchid. HEX triplet: A3, 1D and C9. RGB value is (163,29,201). Sum of RGB (Red+Green+Blue) = 163+29+201=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #A31DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DC9 is #5CE236. Grayscale: #585858. Windows color (decimal): -6087223 or 13180323. OLE color: 13180323.

HSL color Cylindrical-coordinate representation of color #A31DC9: hue angle of 286.74º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31DC9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16329201-
CMYK0.190.8600.21
HSL286.74º74.78%45.1%-
HSV(B)286.74º85.57%78.82%-
XYZ26.0912.8856.37-
YUV88.67191.39181.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 29 (11.72% from 255) = 7.38%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=41.48%
G=7.38%
B=51.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163292010.190.8600.21286.7474.7845.1
HexA31DC9135601511f4b2d
Octal243353112312602543711355
Binary1010001111101110010011001110101100101011000111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31DC9; }

 p { color: rgb(163,29,201); }

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

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

 a { background-color: rgb(163,29,201); }

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

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

 span { border-color: rgb(163,29,201); }

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