#A539BA

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

Shades of Dark Orchid #A539BA

Tints of Dark Orchid #A539BA

Color information

#A539BA (or 0xA539BA) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and BA. RGB value is (165,57,186). Sum of RGB (Red+Green+Blue) = 165+57+186=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A539BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539BA is #5AC645. Grayscale: #676767. Windows color (decimal): -5948998 or 12204453. OLE color: 12204453.

HSL color Cylindrical-coordinate representation of color #A539BA: hue angle of 290.23º 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 #A539BA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16557186-
CMYK0.110.6900.27
HSL290.23º53.09%47.65%-
HSV(B)290.23º69.35%72.94%-
XYZ25.8414.4747.89-
YUV104174.28171.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=40.44%
G=13.97%
B=45.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165571860.110.6900.27290.2353.0947.65
HexA539BAB4501B1223530
Octal24571272131050334426560
Binary101001011110011011101010111000101011011100100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539BA; }

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

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

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

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

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

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

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

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