#A131D9

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

Shades of Dark Orchid #A131D9

Tints of Dark Orchid #A131D9

Color information

#A131D9 (or 0xA131D9) is unknown color: approx Dark Orchid. HEX triplet: A1, 31 and D9. RGB value is (161,49,217). Sum of RGB (Red+Green+Blue) = 161+49+217=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #A131D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131D9 is #5ECE26. Grayscale: #656565. Windows color (decimal): -6213159 or 14234017. OLE color: 14234017.

HSL color Cylindrical-coordinate representation of color #A131D9: hue angle of 280º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A131D9 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16149217-
CMYK0.260.7700.15
HSL280º68.85%52.16%-
HSV(B)280º77.42%85.1%-
XYZ28.3214.7867.01-
YUV101.64193.11170.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 49 (19.53% from 255) = 11.48%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=37.70%
G=11.48%
B=50.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161492170.260.7700.1528068.8552.16
HexA131D91A4D0F1184534
Octal241613313211501743010564
Binary1010000111000111011001110101001101011111000110001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A131D9; }

 p { color: rgb(161,49,217); }

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

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

 a { background-color: rgb(161,49,217); }

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

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

 span { border-color: rgb(161,49,217); }

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