#A539CA

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

Shades of Dark Orchid #A539CA

Tints of Dark Orchid #A539CA

Color information

#A539CA (or 0xA539CA) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and CA. RGB value is (165,57,202). Sum of RGB (Red+Green+Blue) = 165+57+202=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A539CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539CA is #5AC635. Grayscale: #696969. Windows color (decimal): -5948982 or 13253029. OLE color: 13253029.

HSL color Cylindrical-coordinate representation of color #A539CA: hue angle of 284.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A539CA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16557202-
CMYK0.180.7200.21
HSL284.69º57.77%50.78%-
HSV(B)284.69º71.78%79.22%-
XYZ27.6415.1957.35-
YUV105.82182.28170.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 57 (22.66% from 255) = 13.44%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=38.92%
G=13.44%
B=47.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165572020.180.7200.21284.6957.7750.78
HexA539CA124801511d3a33
Octal24571312221100254357263
Binary1010010111100111001010100101001000010101100011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539CA; }

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

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

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

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

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

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

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

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