#A639BC

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

Shades of Dark Orchid #A639BC

Tints of Dark Orchid #A639BC

Color information

#A639BC (or 0xA639BC) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and BC. RGB value is (166,57,188). Sum of RGB (Red+Green+Blue) = 166+57+188=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A639BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639BC is #59C643. Grayscale: #686868. Windows color (decimal): -5883460 or 12335526. OLE color: 12335526.

HSL color Cylindrical-coordinate representation of color #A639BC: hue angle of 289.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A639BC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16657188-
CMYK0.120.7000.26
HSL289.92º53.47%48.04%-
HSV(B)289.92º69.68%73.73%-
XYZ26.2714.6649.02-
YUV104.52175.11171.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=40.39%
G=13.87%
B=45.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166571880.120.7000.26289.9253.4748.04
HexA639BCC4601A1223530
Octal24671274141060324426560
Binary101001101110011011110011001000110011010100100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639BC; }

 p { color: rgb(166,57,188); }

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

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

 a { background-color: rgb(166,57,188); }

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

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

 span { border-color: rgb(166,57,188); }

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