#A31ABD

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

Shades of Dark Orchid #A31ABD

Tints of Dark Orchid #A31ABD

Color information

#A31ABD (or 0xA31ABD) is unknown color: approx Dark Orchid. HEX triplet: A3, 1A and BD. RGB value is (163,26,189). Sum of RGB (Red+Green+Blue) = 163+26+189=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A31ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ABD is #5CE542. Grayscale: #555555. Windows color (decimal): -6088003 or 12393123. OLE color: 12393123.

HSL color Cylindrical-coordinate representation of color #A31ABD: hue angle of 290.43º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31ABD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16326189-
CMYK0.140.8600.26
HSL290.43º75.81%42.16%-
HSV(B)290.43º86.24%74.12%-
XYZ24.6612.249.2-
YUV85.54186.39183.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 26 (10.55% from 255) = 6.88%
BLUE value IS 189 (74.22% from 255) = 50%
R=43.12%
G=6.88%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163261890.140.8600.26290.4375.8142.16
HexA31ABDE5601A1224c2a
Octal243322751612603244211452
Binary101000111101010111101111010101100110101001000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31ABD; }

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

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

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

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

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

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

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

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