#A839B1

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

Shades of Dark Orchid #A839B1

Tints of Dark Orchid #A839B1

Color information

#A839B1 (or 0xA839B1) is unknown color: approx Dark Orchid. HEX triplet: A8, 39 and B1. RGB value is (168,57,177). Sum of RGB (Red+Green+Blue) = 168+57+177=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #A839B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A839B1 is #57C64E. Grayscale: #676767. Windows color (decimal): -5752399 or 11614632. OLE color: 11614632.

HSL color Cylindrical-coordinate representation of color #A839B1: hue angle of 295.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A839B1 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16857177-
CMYK0.050.6800.31
HSL295.5º51.28%45.88%-
HSV(B)295.5º67.8%69.41%-
XYZ25.5514.4343.03-
YUV103.87169.27173.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=41.79%
G=14.18%
B=44.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168571770.050.6800.31295.551.2845.88
HexA839B154401F128332e
Octal2507126151040374506356
Binary10101000111001101100011011000100011111100101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A839B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A839B1; }

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

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

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

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

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

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

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

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