#A044D1

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

Shades of Dark Orchid #A044D1

Tints of Dark Orchid #A044D1

Color information

#A044D1 (or 0xA044D1) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and D1. RGB value is (160,68,209). Sum of RGB (Red+Green+Blue) = 160+68+209=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #A044D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044D1 is #5FBB2E. Grayscale: #6F6F6F. Windows color (decimal): -6273839 or 13714592. OLE color: 13714592.

HSL color Cylindrical-coordinate representation of color #A044D1: hue angle of 279.15º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A044D1 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16068209-
CMYK0.230.6700.18
HSL279.15º60.52%54.31%-
HSV(B)279.15º67.46%81.96%-
XYZ28.0716.2161.97-
YUV111.58182.98162.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=36.61%
G=15.56%
B=47.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160682090.230.6700.18279.1560.5254.31
HexA044D117430121173d36
Octal240104321271030224277566
Binary10100000100010011010001101111000011010010100010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044D1; }

 p { color: rgb(160,68,209); }

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

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

 a { background-color: rgb(160,68,209); }

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

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

 span { border-color: rgb(160,68,209); }

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