#A82DC2

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

Shades of Dark Orchid #A82DC2

Tints of Dark Orchid #A82DC2

Color information

#A82DC2 (or 0xA82DC2) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and C2. RGB value is (168,45,194). Sum of RGB (Red+Green+Blue) = 168+45+194=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #A82DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DC2 is #57D23D. Grayscale: #626262. Windows color (decimal): -5755454 or 12725672. OLE color: 12725672.

HSL color Cylindrical-coordinate representation of color #A82DC2: hue angle of 289.53º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82DC2 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16845194-
CMYK0.130.7700.24
HSL289.53º62.34%46.86%-
HSV(B)289.53º76.8%76.08%-
XYZ26.8214.152.35-
YUV98.76181.75177.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 45 (17.97% from 255) = 11.06%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=41.28%
G=11.06%
B=47.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168451940.130.7700.24289.5362.3446.86
HexA82DC2D4D0181223e2f
Octal25055302151150304427657
Binary101010001011011100001011011001101011000100100010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DC2; }

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

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

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

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

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

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

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

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