#A841D8

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

Shades of Dark Orchid #A841D8

Tints of Dark Orchid #A841D8

Color information

#A841D8 (or 0xA841D8) is unknown color: approx Dark Orchid. HEX triplet: A8, 41 and D8. RGB value is (168,65,216). Sum of RGB (Red+Green+Blue) = 168+65+216=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #A841D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841D8 is #57BE27. Grayscale: #707070. Windows color (decimal): -5750312 or 14172584. OLE color: 14172584.

HSL color Cylindrical-coordinate representation of color #A841D8: hue angle of 280.93º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A841D8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16865216-
CMYK0.220.7000.15
HSL280.93º65.94%55.1%-
HSV(B)280.93º69.91%84.71%-
XYZ30.4317.0666.66-
YUV113.01186.12167.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=37.42%
G=14.48%
B=48.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168652160.220.7000.15280.9365.9455.1
HexA841D816460F1194237
Octal2501013302610601743110267
Binary10101000100000111011000101101000110011111000110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841D8; }

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

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

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

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

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

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

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

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