#A139C3

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

Shades of Dark Orchid #A139C3

Tints of Dark Orchid #A139C3

Color information

#A139C3 (or 0xA139C3) is unknown color: approx Dark Orchid. HEX triplet: A1, 39 and C3. RGB value is (161,57,195). Sum of RGB (Red+Green+Blue) = 161+57+195=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #A139C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C3 is #5EC63C. Grayscale: #676767. Windows color (decimal): -6211133 or 12794273. OLE color: 12794273.

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

Color convert

RGB16157195-
CMYK0.170.7100.24
HSL285.22º54.76%49.41%-
HSV(B)285.22º70.77%76.47%-
XYZ26.0114.4453.05-
YUV103.83179.46168.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=38.98%
G=13.80%
B=47.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161571950.170.7100.24285.2254.7649.41
HexA139C3114701811d3731
Octal24171303211070304356761
Binary1010000111100111000011100011000111011000100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139C3; }

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

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

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

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

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

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

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

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