#A039BE

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

Shades of Dark Orchid #A039BE

Tints of Dark Orchid #A039BE

Color information

#A039BE (or 0xA039BE) is unknown color: approx Dark Orchid. HEX triplet: A0, 39 and BE. RGB value is (160,57,190). Sum of RGB (Red+Green+Blue) = 160+57+190=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A039BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BE is #5FC641. Grayscale: #666666. Windows color (decimal): -6276674 or 12466592. OLE color: 12466592.

HSL color Cylindrical-coordinate representation of color #A039BE: hue angle of 286.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A039BE is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16057190-
CMYK0.160.700.25
HSL286.47º53.85%48.43%-
HSV(B)286.47º70%74.51%-
XYZ25.2514.1250.11-
YUV102.96177.12168.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 57 (22.66% from 255) = 14.00%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=39.31%
G=14.00%
B=46.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160571900.160.700.25286.4753.8548.43
HexA039BE104601911e3630
Octal24071276201060314366660
Binary1010000011100110111110100001000110011001100011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039BE; }

 p { color: rgb(160,57,190); }

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

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

 a { background-color: rgb(160,57,190); }

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

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

 span { border-color: rgb(160,57,190); }

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