#A739BB

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

Shades of Dark Orchid #A739BB

Tints of Dark Orchid #A739BB

Color information

#A739BB (or 0xA739BB) is unknown color: approx Dark Orchid. HEX triplet: A7, 39 and BB. RGB value is (167,57,187). Sum of RGB (Red+Green+Blue) = 167+57+187=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A739BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739BB is #58C644. Grayscale: #686868. Windows color (decimal): -5817925 or 12269991. OLE color: 12269991.

HSL color Cylindrical-coordinate representation of color #A739BB: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A739BB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16757187-
CMYK0.110.7000.27
HSL290.77º53.28%47.84%-
HSV(B)290.77º69.52%73.33%-
XYZ26.3714.7348.47-
YUV104.71174.44172.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=40.63%
G=13.87%
B=45.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167571870.110.7000.27290.7753.2847.84
HexA739BBB4601B1233530
Octal24771273131060334436560
Binary101001111110011011101110111000110011011100100011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739BB; }

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

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

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

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

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

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

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

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