#a31dc8

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

Shades of Dark Orchid #A31DC8

Tints of Dark Orchid #A31DC8

Color information

#A31DC8 (or 0xA31DC8) is unknown color: approx Dark Orchid. HEX triplet: A3, 1D and C8. RGB value is (163,29,200). Sum of RGB (Red+Green+Blue) = 163+29+200=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #A31DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DC8 is #5CE237. Grayscale: #585858. Windows color (decimal): -6087224 or 13114787. OLE color: 13114787.

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

Color convert

RGB16329200-
CMYK0.180.8600.22
HSL287.02º74.67%44.9%-
HSV(B)287.02º85.5%78.43%-
XYZ25.9712.8455.75-
YUV88.56190.89181.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 200 (78.52% from 255) = 51.02%
R=41.58%
G=7.40%
B=51.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163292000.180.8600.22287.0274.6744.9
HexA31DC8125601611f4b2d
Octal243353102212602643711355
Binary1010001111101110010001001010101100101101000111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31dc8; }

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

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

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

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

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

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

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

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