#A82FBA

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

Shades of Dark Orchid #A82FBA

Tints of Dark Orchid #A82FBA

Color information

#A82FBA (or 0xA82FBA) is unknown color: approx Dark Orchid. HEX triplet: A8, 2F and BA. RGB value is (168,47,186). Sum of RGB (Red+Green+Blue) = 168+47+186=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A82FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FBA is #57D045. Grayscale: #626262. Windows color (decimal): -5754950 or 12201896. OLE color: 12201896.

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

Color convert

RGB16847186-
CMYK0.100.7500.27
HSL292.23º59.66%45.69%-
HSV(B)292.23º74.73%72.94%-
XYZ26.0313.947.77-
YUV99.02177.09177.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 47 (18.75% from 255) = 11.72%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=41.90%
G=11.72%
B=46.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168471860.100.7500.27292.2359.6645.69
HexA82FBAA4B01B1243c2e
Octal25057272121130334447456
Binary101010001011111011101010101001011011011100100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82FBA; }

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

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

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

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

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

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

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

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