#A139C8

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

Shades of Dark Orchid #A139C8

Tints of Dark Orchid #A139C8

Color information

#A139C8 (or 0xA139C8) is unknown color: approx Dark Orchid. HEX triplet: A1, 39 and C8. RGB value is (161,57,200). Sum of RGB (Red+Green+Blue) = 161+57+200=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #A139C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C8 is #5EC637. Grayscale: #676767. Windows color (decimal): -6211128 or 13121953. OLE color: 13121953.

HSL color Cylindrical-coordinate representation of color #A139C8: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A139C8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16157200-
CMYK0.190.7200.22
HSL283.64º56.52%50.39%-
HSV(B)283.64º71.5%78.43%-
XYZ26.5914.6756.07-
YUV104.4181.96168.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 200 (78.52% from 255) = 47.85%
R=38.52%
G=13.64%
B=47.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161572000.190.7200.22283.6456.5250.39
HexA139C8134801611c3932
Octal24171310231100264347162
Binary1010000111100111001000100111001000010110100011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139C8; }

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

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

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

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

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

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

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

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