#A520DA

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

Shades of Dark Orchid #A520DA

Tints of Dark Orchid #A520DA

Color information

#A520DA (or 0xA520DA) is unknown color: approx Dark Orchid. HEX triplet: A5, 20 and DA. RGB value is (165,32,218). Sum of RGB (Red+Green+Blue) = 165+32+218=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #A520DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520DA is #5ADF25. Grayscale: #5C5C5C. Windows color (decimal): -5955366 or 14295205. OLE color: 14295205.

HSL color Cylindrical-coordinate representation of color #A520DA: hue angle of 282.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A520DA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16532218-
CMYK0.240.8500.15
HSL282.9º74.4%49.02%-
HSV(B)282.9º85.32%85.49%-
XYZ28.6914.0967.54-
YUV92.97198.56179.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 32 (12.89% from 255) = 7.71%
BLUE value IS 218 (85.55% from 255) = 52.53%
R=39.76%
G=7.71%
B=52.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165322180.240.8500.15282.974.449.02
HexA520DA18550F11b4a31
Octal245403323012501743311261
Binary1010010110000011011010110001010101011111000110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A520DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A520DA; }

 p { color: rgb(165,32,218); }

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

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

 a { background-color: rgb(165,32,218); }

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

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

 span { border-color: rgb(165,32,218); }

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