#A139BA

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

Shades of Dark Orchid #A139BA

Tints of Dark Orchid #A139BA

Color information

#A139BA (or 0xA139BA) is unknown color: approx Dark Orchid. HEX triplet: A1, 39 and BA. RGB value is (161,57,186). Sum of RGB (Red+Green+Blue) = 161+57+186=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A139BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139BA is #5EC645. Grayscale: #666666. Windows color (decimal): -6211142 or 12204449. OLE color: 12204449.

HSL color Cylindrical-coordinate representation of color #A139BA: hue angle of 288.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A139BA is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16157186-
CMYK0.130.6900.27
HSL288.37º53.09%47.65%-
HSV(B)288.37º69.35%72.94%-
XYZ25.0214.0547.85-
YUV102.8174.96169.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=39.85%
G=14.11%
B=46.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161571860.130.6900.27288.3753.0947.65
HexA139BAD4501B1203530
Octal24171272151050334406560
Binary101000011110011011101011011000101011011100100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139BA; }

 p { color: rgb(161,57,186); }

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

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

 a { background-color: rgb(161,57,186); }

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

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

 span { border-color: rgb(161,57,186); }

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