#A82EAD

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

Shades of Dark Orchid #A82EAD

Tints of Dark Orchid #A82EAD

Color information

#A82EAD (or 0xA82EAD) is unknown color: approx Dark Orchid. HEX triplet: A8, 2E and AD. RGB value is (168,46,173). Sum of RGB (Red+Green+Blue) = 168+46+173=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A82EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82EAD is #57D152. Grayscale: #606060. Windows color (decimal): -5755219 or 11349672. OLE color: 11349672.

HSL color Cylindrical-coordinate representation of color #A82EAD: hue angle of 297.64º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82EAD is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16846173-
CMYK0.030.7300.32
HSL297.64º57.99%42.94%-
HSV(B)297.64º73.41%67.84%-
XYZ24.6713.340.8-
YUV96.96170.92178.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=43.41%
G=11.89%
B=44.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168461730.030.7300.32297.6457.9942.94
HexA82EAD34902012a3a2b
Octal2505625531110404527253
Binary10101000101110101011011110010010100000100101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82EAD; }

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

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

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

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

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

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

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

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