#A523B9

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

Shades of Dark Orchid #A523B9

Tints of Dark Orchid #A523B9

Color information

#A523B9 (or 0xA523B9) is unknown color: approx Dark Orchid. HEX triplet: A5, 23 and B9. RGB value is (165,35,185). Sum of RGB (Red+Green+Blue) = 165+35+185=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #A523B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523B9 is #5ADC46. Grayscale: #5A5A5A. Windows color (decimal): -5954631 or 12133285. OLE color: 12133285.

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

Color convert

RGB16535185-
CMYK0.110.8100.27
HSL292º68.18%43.14%-
HSV(B)292º81.08%72.55%-
XYZ24.8812.747.04-
YUV90.97181.07180.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 9.09%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=42.86%
G=9.09%
B=48.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165351850.110.8100.2729268.1843.14
HexA523B9B5101B124442b
Octal245432711312103344410453
Binary1010010110001110111001101110100010110111001001001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A523B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A523B9; }

 p { color: rgb(165,35,185); }

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

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

 a { background-color: rgb(165,35,185); }

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

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

 span { border-color: rgb(165,35,185); }

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