#A82DB5

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

Shades of Dark Orchid #A82DB5

Tints of Dark Orchid #A82DB5

Color information

#A82DB5 (or 0xA82DB5) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and B5. RGB value is (168,45,181). Sum of RGB (Red+Green+Blue) = 168+45+181=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #A82DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DB5 is #57D24A. Grayscale: #606060. Windows color (decimal): -5755467 or 11873704. OLE color: 11873704.

HSL color Cylindrical-coordinate representation of color #A82DB5: hue angle of 294.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82DB5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16845181-
CMYK0.070.7500.29
HSL294.26º60.18%44.31%-
HSV(B)294.26º75.14%70.98%-
XYZ25.4313.5444.99-
YUV97.28175.25178.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 181 (71.09% from 255) = 45.94%
R=42.64%
G=11.42%
B=45.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168451810.070.7500.29294.2660.1844.31
HexA82DB574B01D1263c2c
Octal2505526571130354467454
Binary10101000101101101101011111001011011101100100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DB5; }

 p { color: rgb(168,45,181); }

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

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

 a { background-color: rgb(168,45,181); }

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

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

 span { border-color: rgb(168,45,181); }

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