#A82EB9

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

Shades of Dark Orchid #A82EB9

Tints of Dark Orchid #A82EB9

Color information

#A82EB9 (or 0xA82EB9) is unknown color: approx Dark Orchid. HEX triplet: A8, 2E and B9. RGB value is (168,46,185). Sum of RGB (Red+Green+Blue) = 168+46+185=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #A82EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EB9 is #57D146. Grayscale: #616161. Windows color (decimal): -5755207 or 12136104. OLE color: 12136104.

HSL color Cylindrical-coordinate representation of color #A82EB9: hue angle of 292.66º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82EB9 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16846185-
CMYK0.090.7500.27
HSL292.66º60.17%45.29%-
HSV(B)292.66º75.14%72.55%-
XYZ25.8813.7847.19-
YUV98.32176.92177.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=42.11%
G=11.53%
B=46.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168461850.090.7500.27292.6660.1745.29
HexA82EB994B01B1253c2d
Octal25056271111130334457455
Binary101010001011101011100110011001011011011100100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82EB9; }

 p { color: rgb(168,46,185); }

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

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

 a { background-color: rgb(168,46,185); }

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

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

 span { border-color: rgb(168,46,185); }

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