#A53DCD

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

Shades of Dark Orchid #A53DCD

Tints of Dark Orchid #A53DCD

Color information

#A53DCD (or 0xA53DCD) is unknown color: approx Dark Orchid. HEX triplet: A5, 3D and CD. RGB value is (165,61,205). Sum of RGB (Red+Green+Blue) = 165+61+205=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCD is #5AC232. Grayscale: #6C6C6C. Windows color (decimal): -5947955 or 13450661. OLE color: 13450661.

HSL color Cylindrical-coordinate representation of color #A53DCD: hue angle of 283.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53DCD is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16561205-
CMYK0.200.7000.20
HSL283.33º59.02%52.16%-
HSV(B)283.33º70.24%80.39%-
XYZ28.2115.7459.31-
YUV108.51182.46168.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=38.28%
G=14.15%
B=47.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165612050.200.7000.20283.3359.0252.16
HexA53DCD144601411b3b34
Octal24575315241060244337364
Binary1010010111110111001101101001000110010100100011011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DCD; }

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

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

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

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

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

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

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

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