#A53DE1

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

Shades of Dark Orchid #A53DE1

Tints of Dark Orchid #A53DE1

Color information

#A53DE1 (or 0xA53DE1) is unknown color: approx Dark Orchid. HEX triplet: A5, 3D and E1. RGB value is (165,61,225). Sum of RGB (Red+Green+Blue) = 165+61+225=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #A53DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DE1 is #5AC21E. Grayscale: #6E6E6E. Windows color (decimal): -5947935 or 14761381. OLE color: 14761381.

HSL color Cylindrical-coordinate representation of color #A53DE1: hue angle of 278.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53DE1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16561225-
CMYK0.270.7300.12
HSL278.05º73.21%56.08%-
HSV(B)278.05º72.89%88.24%-
XYZ30.7816.7772.85-
YUV110.79192.46166.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=36.59%
G=13.53%
B=49.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165612250.270.7300.12278.0573.2156.08
HexA53DE11B490C1164938
Octal245753413311101442611170
Binary1010010111110111100001110111001001011001000101101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DE1; }

 p { color: rgb(165,61,225); }

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

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

 a { background-color: rgb(165,61,225); }

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

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

 span { border-color: rgb(165,61,225); }

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