#A739BE

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

Shades of Dark Orchid #A739BE

Tints of Dark Orchid #A739BE

Color information

#A739BE (or 0xA739BE) is unknown color: approx Dark Orchid. HEX triplet: A7, 39 and BE. RGB value is (167,57,190). Sum of RGB (Red+Green+Blue) = 167+57+190=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #A739BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739BE is #58C641. Grayscale: #686868. Windows color (decimal): -5817922 or 12466599. OLE color: 12466599.

HSL color Cylindrical-coordinate representation of color #A739BE: hue angle of 289.62º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A739BE is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16757190-
CMYK0.120.700.25
HSL289.62º53.85%48.43%-
HSV(B)289.62º70%74.51%-
XYZ26.6914.8650.18-
YUV105.05175.94172.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=40.34%
G=13.77%
B=45.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167571900.120.700.25289.6253.8548.43
HexA739BEC460191223630
Octal24771276141060314426660
Binary101001111110011011111011001000110011001100100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739BE; }

 p { color: rgb(167,57,190); }

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

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

 a { background-color: rgb(167,57,190); }

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

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

 span { border-color: rgb(167,57,190); }

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