#A841D1

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

Shades of Dark Orchid #A841D1

Tints of Dark Orchid #A841D1

Color information

#A841D1 (or 0xA841D1) is unknown color: approx Dark Orchid. HEX triplet: A8, 41 and D1. RGB value is (168,65,209). Sum of RGB (Red+Green+Blue) = 168+65+209=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #A841D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841D1 is #57BE2E. Grayscale: #6F6F6F. Windows color (decimal): -5750319 or 13713832. OLE color: 13713832.

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

Color convert

RGB16865209-
CMYK0.200.6900.18
HSL282.92º61.02%53.73%-
HSV(B)282.92º68.9%81.96%-
XYZ29.5516.7161.99-
YUV112.21182.62167.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=38.01%
G=14.71%
B=47.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168652090.200.6900.18282.9261.0253.73
HexA841D1144501211b3d36
Octal250101321241050224337566
Binary10101000100000111010001101001000101010010100011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841D1; }

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

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

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

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

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

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

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

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