#A746CF

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

Shades of Dark Orchid #A746CF

Tints of Dark Orchid #A746CF

Color information

#A746CF (or 0xA746CF) is unknown color: approx Dark Orchid. HEX triplet: A7, 46 and CF. RGB value is (167,70,207). Sum of RGB (Red+Green+Blue) = 167+70+207=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A746CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746CF is #58B930. Grayscale: #727272. Windows color (decimal): -5814577 or 13584039. OLE color: 13584039.

HSL color Cylindrical-coordinate representation of color #A746CF: hue angle of 282.48º 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 #A746CF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16770207-
CMYK0.190.6600.19
HSL282.48º58.8%54.31%-
HSV(B)282.48º66.18%81.18%-
XYZ29.3917.160.78-
YUV114.62180.14165.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 70 (27.73% from 255) = 15.77%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=37.61%
G=15.77%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167702070.190.6600.19282.4858.854.31
HexA746CF134201311a3b36
Octal247106317231020234327366
Binary10100111100011011001111100111000010010011100011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A746CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A746CF; }

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

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

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

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

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

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

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

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