#A522BA

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

Shades of Dark Orchid #A522BA

Tints of Dark Orchid #A522BA

Color information

#A522BA (or 0xA522BA) is unknown color: approx Dark Orchid. HEX triplet: A5, 22 and BA. RGB value is (165,34,186). Sum of RGB (Red+Green+Blue) = 165+34+186=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A522BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522BA is #5ADD45. Grayscale: #5A5A5A. Windows color (decimal): -5954886 or 12198565. OLE color: 12198565.

HSL color Cylindrical-coordinate representation of color #A522BA: hue angle of 291.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A522BA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16534186-
CMYK0.110.8200.27
HSL291.71º69.09%43.14%-
HSV(B)291.71º81.72%72.94%-
XYZ24.9512.6947.59-
YUV90.5181.9181.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=42.86%
G=8.83%
B=48.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165341860.110.8200.27291.7169.0943.14
HexA522BAB5201B124452b
Octal245422721312203344410553
Binary1010010110001010111010101110100100110111001001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A522BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A522BA; }

 p { color: rgb(165,34,186); }

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

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

 a { background-color: rgb(165,34,186); }

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

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

 span { border-color: rgb(165,34,186); }

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