#A82DBA

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

Shades of Dark Orchid #A82DBA

Tints of Dark Orchid #A82DBA

Color information

#A82DBA (or 0xA82DBA) is unknown color: approx Dark Orchid. HEX triplet: A8, 2D and BA. RGB value is (168,45,186). Sum of RGB (Red+Green+Blue) = 168+45+186=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A82DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DBA is #57D245. Grayscale: #616161. Windows color (decimal): -5755462 or 12201384. OLE color: 12201384.

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

Color convert

RGB16845186-
CMYK0.100.7600.27
HSL292.34º61.04%45.29%-
HSV(B)292.34º75.81%72.94%-
XYZ25.9513.7547.74-
YUV97.85177.75178.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=42.11%
G=11.28%
B=46.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168451860.100.7600.27292.3461.0445.29
HexA82DBAA4C01B1243d2d
Octal25055272121140334447555
Binary101010001011011011101010101001100011011100100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82DBA; }

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

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

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

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

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

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

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

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