#A739C1

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

Shades of Dark Orchid #A739C1

Tints of Dark Orchid #A739C1

Color information

#A739C1 (or 0xA739C1) is unknown color: approx Dark Orchid. HEX triplet: A7, 39 and C1. RGB value is (167,57,193). Sum of RGB (Red+Green+Blue) = 167+57+193=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #A739C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739C1 is #58C63E. Grayscale: #686868. Windows color (decimal): -5817919 or 12663207. OLE color: 12663207.

HSL color Cylindrical-coordinate representation of color #A739C1: hue angle of 288.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A739C1 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16757193-
CMYK0.130.7000.24
HSL288.53º54.4%49.02%-
HSV(B)288.53º70.47%75.69%-
XYZ27.0314.9951.92-
YUV105.39177.44171.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=40.05%
G=13.67%
B=46.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167571930.130.7000.24288.5354.449.02
HexA739C1D460181213631
Octal24771301151060304416661
Binary101001111110011100000111011000110011000100100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739C1; }

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

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

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

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

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

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

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

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