#A53ED1

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

Shades of Dark Orchid #A53ED1

Tints of Dark Orchid #A53ED1

Color information

#A53ED1 (or 0xA53ED1) is unknown color: approx Dark Orchid. HEX triplet: A5, 3E and D1. RGB value is (165,62,209). Sum of RGB (Red+Green+Blue) = 165+62+209=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #A53ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ED1 is #5AC12E. Grayscale: #6D6D6D. Windows color (decimal): -5947695 or 13713061. OLE color: 13713061.

HSL color Cylindrical-coordinate representation of color #A53ED1: hue angle of 282.04º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53ED1 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16562209-
CMYK0.210.7000.18
HSL282.04º61.51%53.14%-
HSV(B)282.04º70.33%81.96%-
XYZ28.7516.0561.9-
YUV109.56184.12167.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=37.84%
G=14.22%
B=47.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165622090.210.7000.18282.0461.5153.14
HexA53ED1154601211a3e35
Octal24576321251060224327665
Binary1010010111111011010001101011000110010010100011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53ED1; }

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

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

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

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

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

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

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

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