#A545DE

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

Shades of Dark Orchid #A545DE

Tints of Dark Orchid #A545DE

Color information

#A545DE (or 0xA545DE) is unknown color: approx Dark Orchid. HEX triplet: A5, 45 and DE. RGB value is (165,69,222). Sum of RGB (Red+Green+Blue) = 165+69+222=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #A545DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545DE is #5ABA21. Grayscale: #727272. Windows color (decimal): -5945890 or 14566821. OLE color: 14566821.

HSL color Cylindrical-coordinate representation of color #A545DE: hue angle of 277.65º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A545DE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16569222-
CMYK0.260.6900.13
HSL277.65º69.86%57.06%-
HSV(B)277.65º68.92%87.06%-
XYZ30.8317.5370.87-
YUV115.15188.3163.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=36.18%
G=15.13%
B=48.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165692220.260.6900.13277.6569.8657.06
HexA545DE1A450D1164639
Octal2451053363210501542610671
Binary10100101100010111011110110101000101011011000101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A545DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A545DE; }

 p { color: rgb(165,69,222); }

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

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

 a { background-color: rgb(165,69,222); }

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

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

 span { border-color: rgb(165,69,222); }

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