#A82DDC

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

Shades of Dark Orchid #A82DDC

Tints of Dark Orchid #A82DDC

Color information

#A82DDC (or 0xA82DDC) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and DC. RGB value is (168,45,220). Sum of RGB (Red+Green+Blue) = 168+45+220=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DDC is #57D223. Grayscale: #656565. Windows color (decimal): -5755428 or 14429608. OLE color: 14429608.

HSL color Cylindrical-coordinate representation of color #A82DDC: hue angle of 282.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82DDC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16845220-
CMYK0.240.8000.14
HSL282.17º71.43%51.96%-
HSV(B)282.17º79.55%86.27%-
XYZ30.0115.3769.1-
YUV101.73194.75175.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 45 (17.97% from 255) = 10.39%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=38.80%
G=10.39%
B=50.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168452200.240.8000.14282.1771.4351.96
HexA82DDC18500E11a4734
Octal250553343012001643210764
Binary1010100010110111011100110001010000011101000110101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DDC; }

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

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

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

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

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

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

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

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