#A739C8

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

Shades of Dark Orchid #A739C8

Tints of Dark Orchid #A739C8

Color information

#A739C8 (or 0xA739C8) is unknown color: approx Dark Orchid. HEX triplet: A7, 39 and C8. RGB value is (167,57,200). Sum of RGB (Red+Green+Blue) = 167+57+200=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #A739C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739C8 is #58C637. Grayscale: #696969. Windows color (decimal): -5817912 or 13121959. OLE color: 13121959.

HSL color Cylindrical-coordinate representation of color #A739C8: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A739C8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16757200-
CMYK0.160.7200.22
HSL286.15º56.52%50.39%-
HSV(B)286.15º71.5%78.43%-
XYZ27.8215.3156.13-
YUV106.19180.94171.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 57 (22.66% from 255) = 13.44%
BLUE value IS 200 (78.52% from 255) = 47.17%
R=39.39%
G=13.44%
B=47.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167572000.160.7200.22286.1556.5250.39
HexA739C8104801611e3932
Octal24771310201100264367162
Binary1010011111100111001000100001001000010110100011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739C8; }

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

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

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

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

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

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

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

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