#A82FBF

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

Shades of Dark Orchid #A82FBF

Tints of Dark Orchid #A82FBF

Color information

#A82FBF (or 0xA82FBF) is unknown color: approx Dark Orchid. HEX triplet: A8, 2F and BF. RGB value is (168,47,191). Sum of RGB (Red+Green+Blue) = 168+47+191=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A82FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FBF is #57D040. Grayscale: #636363. Windows color (decimal): -5754945 or 12529576. OLE color: 12529576.

HSL color Cylindrical-coordinate representation of color #A82FBF: hue angle of 290.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82FBF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16847191-
CMYK0.120.7500.25
HSL290.42º60.5%46.67%-
HSV(B)290.42º75.39%74.9%-
XYZ26.5714.1250.62-
YUV99.6179.59176.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 191 (75% from 255) = 47.04%
R=41.38%
G=11.58%
B=47.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168471910.120.7500.25290.4260.546.67
HexA82FBFC4B0191223d2f
Octal25057277141130314427557
Binary101010001011111011111111001001011011001100100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82FBF; }

 p { color: rgb(168,47,191); }

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

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

 a { background-color: rgb(168,47,191); }

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

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

 span { border-color: rgb(168,47,191); }

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