#a53eb9

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

Shades of Dark Orchid #A53EB9

Tints of Dark Orchid #A53EB9

Color information

#A53EB9 (or 0xA53EB9) is unknown color: approx Dark Orchid. HEX triplet: A5, 3E and B9. RGB value is (165,62,185). Sum of RGB (Red+Green+Blue) = 165+62+185=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #A53EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53EB9 is #5AC146. Grayscale: #6A6A6A. Windows color (decimal): -5947719 or 12140197. OLE color: 12140197.

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

Color convert

RGB16562185-
CMYK0.110.6600.27
HSL290.24º49.8%48.43%-
HSV(B)290.24º66.49%72.55%-
XYZ2614.9547.41-
YUV106.82172.12169.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 62 (24.61% from 255) = 15.05%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=40.05%
G=15.05%
B=44.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165621850.110.6600.27290.2449.848.43
HexA53EB9B4201B1223230
Octal24576271131020334426260
Binary101001011111101011100110111000010011011100100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53eb9; }

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

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

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

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

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

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

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

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