#A82DD4

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

Shades of Dark Orchid #A82DD4

Tints of Dark Orchid #A82DD4

Color information

#A82DD4 (or 0xA82DD4) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and D4. RGB value is (168,45,212). Sum of RGB (Red+Green+Blue) = 168+45+212=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #A82DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DD4 is #57D22B. Grayscale: #646464. Windows color (decimal): -5755436 or 13905320. OLE color: 13905320.

HSL color Cylindrical-coordinate representation of color #A82DD4: hue angle of 284.19º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82DD4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16845212-
CMYK0.210.7900.17
HSL284.19º66.01%50.39%-
HSV(B)284.19º78.77%83.14%-
XYZ28.9714.9663.65-
YUV100.82190.75175.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=39.53%
G=10.59%
B=49.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168452120.210.7900.17284.1966.0150.39
HexA82DD4154F01111c4232
Octal250553242511702143410262
Binary10101000101101110101001010110011110100011000111001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DD4; }

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

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

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

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

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

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

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

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