#A139C1

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

Shades of Dark Orchid #A139C1

Tints of Dark Orchid #A139C1

Color information

#A139C1 (or 0xA139C1) is unknown color: approx Dark Orchid. HEX triplet: A1, 39 and C1. RGB value is (161,57,193). Sum of RGB (Red+Green+Blue) = 161+57+193=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #A139C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C1 is #5EC63E. Grayscale: #676767. Windows color (decimal): -6211135 or 12663201. OLE color: 12663201.

HSL color Cylindrical-coordinate representation of color #A139C1: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A139C1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16157193-
CMYK0.170.7000.24
HSL285.88º54.4%49.02%-
HSV(B)285.88º70.47%75.69%-
XYZ25.7914.3551.86-
YUV103.6178.46168.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=39.17%
G=13.87%
B=46.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161571930.170.7000.24285.8854.449.02
HexA139C1114601811e3631
Octal24171301211060304366661
Binary1010000111100111000001100011000110011000100011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139C1; }

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

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

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

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

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

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

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

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