#A539D4

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

Shades of Dark Orchid #A539D4

Tints of Dark Orchid #A539D4

Color information

#A539D4 (or 0xA539D4) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and D4. RGB value is (165,57,212). Sum of RGB (Red+Green+Blue) = 165+57+212=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #A539D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539D4 is #5AC62B. Grayscale: #6A6A6A. Windows color (decimal): -5948972 or 13908389. OLE color: 13908389.

HSL color Cylindrical-coordinate representation of color #A539D4: hue angle of 281.81º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A539D4 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16557212-
CMYK0.220.7300.17
HSL281.81º64.32%52.75%-
HSV(B)281.81º73.11%83.14%-
XYZ28.8615.6863.79-
YUV106.96187.28169.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=38.02%
G=13.13%
B=48.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165572120.220.7300.17281.8164.3252.75
HexA539D4164901111a4035
Octal245713242611102143210065
Binary10100101111001110101001011010010010100011000110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539D4; }

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

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

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

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

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

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

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

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