#A82BD9

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

Shades of Dark Orchid #A82BD9

Tints of Dark Orchid #A82BD9

Color information

#A82BD9 (or 0xA82BD9) is unknown color: approx Dark Orchid. HEX triplet: A8, 2B and D9. RGB value is (168,43,217). Sum of RGB (Red+Green+Blue) = 168+43+217=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #A82BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BD9 is #57D426. Grayscale: #636363. Windows color (decimal): -5755943 or 14232488. OLE color: 14232488.

HSL color Cylindrical-coordinate representation of color #A82BD9: hue angle of 283.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82BD9 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16843217-
CMYK0.230.8000.15
HSL283.1º69.6%50.98%-
HSV(B)283.1º80.18%85.1%-
XYZ29.5415.0667-
YUV100.21193.91176.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 43 (17.19% from 255) = 10.05%
BLUE value IS 217 (85.16% from 255) = 50.70%
R=39.25%
G=10.05%
B=50.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168432170.230.8000.15283.169.650.98
HexA82BD917500F11b4633
Octal250533312712001743310663
Binary1010100010101111011001101111010000011111000110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82BD9; }

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

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

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

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

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

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

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

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