#A544DD

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

Shades of Dark Orchid #A544DD

Tints of Dark Orchid #A544DD

Color information

#A544DD (or 0xA544DD) is unknown color: approx Dark Orchid. HEX triplet: A5, 44 and DD. RGB value is (165,68,221). Sum of RGB (Red+Green+Blue) = 165+68+221=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A544DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544DD is #5ABB22. Grayscale: #717171. Windows color (decimal): -5946147 or 14501029. OLE color: 14501029.

HSL color Cylindrical-coordinate representation of color #A544DD: hue angle of 278.04º degrees, saturation: 0.69, 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 #A544DD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16568221-
CMYK0.250.6900.13
HSL278.04º69.23%56.67%-
HSV(B)278.04º69.23%86.67%-
XYZ30.6417.3570.14-
YUV114.44188.14164.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 68 (26.95% from 255) = 14.98%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=36.34%
G=14.98%
B=48.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165682210.250.6900.13278.0469.2356.67
HexA544DD19450D1164539
Octal2451043353110501542610571
Binary10100101100010011011101110011000101011011000101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A544DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A544DD; }

 p { color: rgb(165,68,221); }

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

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

 a { background-color: rgb(165,68,221); }

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

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

 span { border-color: rgb(165,68,221); }

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