#A819D0

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

Shades of Dark Orchid #A819D0

Tints of Dark Orchid #A819D0

Color information

#A819D0 (or 0xA819D0) is unknown color: approx Dark Orchid. HEX triplet: A8, 19 and D0. RGB value is (168,25,208). Sum of RGB (Red+Green+Blue) = 168+25+208=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #A819D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819D0 is #57E62F. Grayscale: #585858. Windows color (decimal): -5760560 or 13638056. OLE color: 13638056.

HSL color Cylindrical-coordinate representation of color #A819D0: hue angle of 286.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A819D0 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16825208-
CMYK0.190.8800.18
HSL286.89º78.54%45.69%-
HSV(B)286.89º87.98%81.57%-
XYZ27.8813.5760.83-
YUV88.62195.38184.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=41.90%
G=6.23%
B=51.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168252080.190.8800.18286.8978.5445.69
HexA819D0135801211f4f2e
Octal250313202313002243711756
Binary1010100011001110100001001110110000100101000111111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A819D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A819D0; }

 p { color: rgb(168,25,208); }

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

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

 a { background-color: rgb(168,25,208); }

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

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

 span { border-color: rgb(168,25,208); }

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