#A82AAB

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

Shades of Dark Orchid #A82AAB

Tints of Dark Orchid #A82AAB

Color information

#A82AAB (or 0xA82AAB) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and AB. RGB value is (168,42,171). Sum of RGB (Red+Green+Blue) = 168+42+171=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A82AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AAB is #57D554. Grayscale: #5D5D5D. Windows color (decimal): -5756245 or 11217576. OLE color: 11217576.

HSL color Cylindrical-coordinate representation of color #A82AAB: hue angle of 298.6º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82AAB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16842171-
CMYK0.020.7500.33
HSL298.6º60.56%41.76%-
HSV(B)298.6º75.44%67.06%-
XYZ24.3312.9239.74-
YUV94.38171.24180.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=44.09%
G=11.02%
B=44.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168421710.020.7500.33298.660.5641.76
HexA82AAB24B02112b3d2a
Octal2505225321130414537552
Binary10101000101010101010111010010110100001100101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AAB; }

 p { color: rgb(168,42,171); }

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

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

 a { background-color: rgb(168,42,171); }

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

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

 span { border-color: rgb(168,42,171); }

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