#A82BC2

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

Shades of Dark Orchid #A82BC2

Tints of Dark Orchid #A82BC2

Color information

#A82BC2 (or 0xA82BC2) is unknown color: approx Dark Orchid. HEX triplet: A8, 2B and C2. RGB value is (168,43,194). Sum of RGB (Red+Green+Blue) = 168+43+194=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #A82BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BC2 is #57D43D. Grayscale: #616161. Windows color (decimal): -5755966 or 12725160. OLE color: 12725160.

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

Color convert

RGB16843194-
CMYK0.130.7800.24
HSL289.67º63.71%46.47%-
HSV(B)289.67º77.84%76.08%-
XYZ26.7513.9552.32-
YUV97.59182.41178.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=41.48%
G=10.62%
B=47.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168431940.130.7800.24289.6763.7146.47
HexA82BC2D4E018122402e
Octal250533021511603044210056
Binary1010100010101111000010110110011100110001001000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82BC2; }

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

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

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

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

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

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

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

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