#a516b5

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

Shades of Dark Orchid #A516B5

Tints of Dark Orchid #A516B5

Color information

#A516B5 (or 0xA516B5) is unknown color: approx Dark Orchid. HEX triplet: A5, 16 and B5. RGB value is (165,22,181). Sum of RGB (Red+Green+Blue) = 165+22+181=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #A516B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516B5 is #5AE94A. Grayscale: #525252. Windows color (decimal): -5957963 or 11867813. OLE color: 11867813.

HSL color Cylindrical-coordinate representation of color #A516B5: hue angle of 293.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A516B5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16522181-
CMYK0.090.8800.29
HSL293.96º78.33%39.8%-
HSV(B)293.96º87.85%70.98%-
XYZ24.1411.9144.74-
YUV82.88183.38186.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=44.84%
G=5.98%
B=49.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165221810.090.8800.29293.9678.3339.8
HexA516B595801D1264e28
Octal245262651113003544611650
Binary101001011011010110101100110110000111011001001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a516b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a516b5; }

 p { color: rgb(165,22,181); }

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

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

 a { background-color: rgb(165,22,181); }

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

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

 span { border-color: rgb(165,22,181); }

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