#A839BA

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

Shades of Dark Orchid #A839BA

Tints of Dark Orchid #A839BA

Color information

#A839BA (or 0xA839BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 39 and BA. RGB value is (168,57,186). Sum of RGB (Red+Green+Blue) = 168+57+186=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A839BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839BA is #57C645. Grayscale: #686868. Windows color (decimal): -5752390 or 12204456. OLE color: 12204456.

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

Color convert

RGB16857186-
CMYK0.100.6900.27
HSL291.63º53.09%47.65%-
HSV(B)291.63º69.35%72.94%-
XYZ26.4714.847.91-
YUV104.9173.77173.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=40.88%
G=13.87%
B=45.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168571860.100.6900.27291.6353.0947.65
HexA839BAA4501B1243530
Octal25071272121050334446560
Binary101010001110011011101010101000101011011100100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A839BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A839BA; }

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

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

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

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

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

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

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

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