#A82DD1

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

Shades of Dark Orchid #A82DD1

Tints of Dark Orchid #A82DD1

Color information

#A82DD1 (or 0xA82DD1) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and D1. RGB value is (168,45,209). Sum of RGB (Red+Green+Blue) = 168+45+209=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #A82DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DD1 is #57D22E. Grayscale: #636363. Windows color (decimal): -5755439 or 13708712. OLE color: 13708712.

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

Color convert

RGB16845209-
CMYK0.200.7800.18
HSL285º64.57%49.8%-
HSV(B)285º78.47%81.96%-
XYZ28.614.8161.67-
YUV100.47189.25176.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 45 (17.97% from 255) = 10.66%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=39.81%
G=10.66%
B=49.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168452090.200.7800.1828564.5749.8
HexA82DD1144E01211d4132
Octal250553212411602243510162
Binary10101000101101110100011010010011100100101000111011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DD1; }

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

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

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

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

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

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

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

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