#A539CE

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

Shades of Dark Orchid #A539CE

Tints of Dark Orchid #A539CE

Color information

#A539CE (or 0xA539CE) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and CE. RGB value is (165,57,206). Sum of RGB (Red+Green+Blue) = 165+57+206=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A539CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539CE is #5AC631. Grayscale: #696969. Windows color (decimal): -5948978 or 13515173. OLE color: 13515173.

HSL color Cylindrical-coordinate representation of color #A539CE: hue angle of 283.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A539CE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16557206-
CMYK0.200.7200.19
HSL283.49º60.32%51.57%-
HSV(B)283.49º72.33%80.78%-
XYZ28.1215.3859.88-
YUV106.28184.28169.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 57 (22.66% from 255) = 13.32%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=38.55%
G=13.32%
B=48.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165572060.200.7200.19283.4960.3251.57
HexA539CE144801311b3c34
Octal24571316241100234337464
Binary1010010111100111001110101001001000010011100011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539CE; }

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

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

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

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

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

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

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

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