#A520C9

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

Shades of Dark Orchid #A520C9

Tints of Dark Orchid #A520C9

Color information

#A520C9 (or 0xA520C9) is unknown color: approx Dark Orchid. HEX triplet: A5, 20 and C9. RGB value is (165,32,201). Sum of RGB (Red+Green+Blue) = 165+32+201=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #A520C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C9 is #5ADF36. Grayscale: #5A5A5A. Windows color (decimal): -5955383 or 13181093. OLE color: 13181093.

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

Color convert

RGB16532201-
CMYK0.180.8400.21
HSL287.22º72.53%45.69%-
HSV(B)287.22º84.08%78.82%-
XYZ26.5813.2556.42-
YUV91.03190.06180.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 32 (12.89% from 255) = 8.04%
BLUE value IS 201 (78.91% from 255) = 50.50%
R=41.46%
G=8.04%
B=50.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165322010.180.8400.21287.2272.5345.69
HexA520C9125401511f492e
Octal245403112212402543711156
Binary10100101100000110010011001010101000101011000111111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A520C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A520C9; }

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

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

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

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

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

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

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

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