#A81DCC

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

Shades of Dark Orchid #A81DCC

Tints of Dark Orchid #A81DCC

Color information

#A81DCC (or 0xA81DCC) is unknown color: approx Dark Orchid. HEX triplet: A8, 1D and CC. RGB value is (168,29,204). Sum of RGB (Red+Green+Blue) = 168+29+204=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #A81DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DCC is #57E233. Grayscale: #595959. Windows color (decimal): -5759540 or 13376936. OLE color: 13376936.

HSL color Cylindrical-coordinate representation of color #A81DCC: hue angle of 287.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81DCC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16829204-
CMYK0.180.8600.2
HSL287.66º75.11%45.69%-
HSV(B)287.66º85.78%80%-
XYZ27.4913.5658.3-
YUV90.51192.05183.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 29 (11.72% from 255) = 7.23%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=41.90%
G=7.23%
B=50.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168292040.180.8600.2287.6675.1145.69
HexA81DCC12560141204b2e
Octal250353142212602444011356
Binary1010100011101110011001001010101100101001001000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81DCC; }

 p { color: rgb(168,29,204); }

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

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

 a { background-color: rgb(168,29,204); }

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

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

 span { border-color: rgb(168,29,204); }

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