#A31DBE

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

Shades of Dark Orchid #A31DBE

Tints of Dark Orchid #A31DBE

Color information

#A31DBE (or 0xA31DBE) is unknown color: approx Dark Orchid. HEX triplet: A3, 1D and BE. RGB value is (163,29,190). Sum of RGB (Red+Green+Blue) = 163+29+190=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A31DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBE is #5CE241. Grayscale: #565656. Windows color (decimal): -6087234 or 12459427. OLE color: 12459427.

HSL color Cylindrical-coordinate representation of color #A31DBE: hue angle of 289.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DBE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16329190-
CMYK0.140.8500.25
HSL289.94º73.52%42.94%-
HSV(B)289.94º84.74%74.51%-
XYZ24.8412.3849.8-
YUV87.42185.89181.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 29 (11.72% from 255) = 7.59%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=42.67%
G=7.59%
B=49.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163291900.140.8500.25289.9473.5242.94
HexA31DBEE550191224a2b
Octal243352761612503144211253
Binary101000111110110111110111010101010110011001000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31DBE; }

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

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

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

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

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

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

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

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