#A539BB

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

Shades of Dark Orchid #A539BB

Tints of Dark Orchid #A539BB

Color information

#A539BB (or 0xA539BB) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and BB. RGB value is (165,57,187). Sum of RGB (Red+Green+Blue) = 165+57+187=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A539BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539BB is #5AC644. Grayscale: #676767. Windows color (decimal): -5948997 or 12269989. OLE color: 12269989.

HSL color Cylindrical-coordinate representation of color #A539BB: hue angle of 289.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A539BB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16557187-
CMYK0.120.7000.27
HSL289.85º53.28%47.84%-
HSV(B)289.85º69.52%73.33%-
XYZ25.9514.5148.45-
YUV104.11174.78171.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=40.34%
G=13.94%
B=45.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165571870.120.7000.27289.8553.2847.84
HexA539BBC4601B1223530
Octal24571273141060334426560
Binary101001011110011011101111001000110011011100100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539BB; }

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

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

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

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

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

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

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

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