#A539B2

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

Shades of Dark Orchid #A539B2

Tints of Dark Orchid #A539B2

Color information

#A539B2 (or 0xA539B2) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and B2. RGB value is (165,57,178). Sum of RGB (Red+Green+Blue) = 165+57+178=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #A539B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A539B2 is #5AC64D. Grayscale: #666666. Windows color (decimal): -5949006 or 11680165. OLE color: 11680165.

HSL color Cylindrical-coordinate representation of color #A539B2: hue angle of 293.55º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A539B2 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16557178-
CMYK0.070.6800.30
HSL293.55º51.49%46.08%-
HSV(B)293.55º67.98%69.8%-
XYZ25.0214.1443.53-
YUV103.09170.28172.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 178 (69.92% from 255) = 44.5%
R=41.25%
G=14.25%
B=44.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165571780.070.6800.30293.5551.4946.08
HexA539B274401E126332e
Octal2457126271040364466356
Binary10100101111001101100101111000100011110100100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539B2; }

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

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

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

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

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

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

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

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