#A646CF

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

Shades of Dark Orchid #A646CF

Tints of Dark Orchid #A646CF

Color information

#A646CF (or 0xA646CF) is unknown color: approx Dark Orchid. HEX triplet: A6, 46 and CF. RGB value is (166,70,207). Sum of RGB (Red+Green+Blue) = 166+70+207=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A646CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CF is #59B930. Grayscale: #717171. Windows color (decimal): -5880113 or 13584038. OLE color: 13584038.

HSL color Cylindrical-coordinate representation of color #A646CF: hue angle of 282.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A646CF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16670207-
CMYK0.200.6600.19
HSL282.04º58.8%54.31%-
HSV(B)282.04º66.18%81.18%-
XYZ29.1816.9960.77-
YUV114.32180.3164.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=37.47%
G=15.80%
B=46.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166702070.200.6600.19282.0458.854.31
HexA646CF144201311a3b36
Octal246106317241020234327366
Binary10100110100011011001111101001000010010011100011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A646CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A646CF; }

 p { color: rgb(166,70,207); }

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

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

 a { background-color: rgb(166,70,207); }

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

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

 span { border-color: rgb(166,70,207); }

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