#A844D1

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

Shades of Dark Orchid #A844D1

Tints of Dark Orchid #A844D1

Color information

#A844D1 (or 0xA844D1) is unknown color: approx Dark Orchid. HEX triplet: A8, 44 and D1. RGB value is (168,68,209). Sum of RGB (Red+Green+Blue) = 168+68+209=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #A844D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844D1 is #57BB2E. Grayscale: #717171. Windows color (decimal): -5749551 or 13714600. OLE color: 13714600.

HSL color Cylindrical-coordinate representation of color #A844D1: hue angle of 282.55º 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 #A844D1 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16868209-
CMYK0.200.6700.18
HSL282.55º60.52%54.31%-
HSV(B)282.55º67.46%81.96%-
XYZ29.7217.0662.05-
YUV113.97181.63166.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=37.75%
G=15.28%
B=46.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168682090.200.6700.18282.5560.5254.31
HexA844D1144301211b3d36
Octal250104321241030224337566
Binary10101000100010011010001101001000011010010100011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A844D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A844D1; }

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

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

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

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

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

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

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

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