#A736BF

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

Shades of Dark Orchid #A736BF

Tints of Dark Orchid #A736BF

Color information

#A736BF (or 0xA736BF) is unknown color: approx Dark Orchid. HEX triplet: A7, 36 and BF. RGB value is (167,54,191). Sum of RGB (Red+Green+Blue) = 167+54+191=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #A736BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736BF is #58C940. Grayscale: #666666. Windows color (decimal): -5818689 or 12531367. OLE color: 12531367.

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

Color convert

RGB16754191-
CMYK0.130.7200.25
HSL289.49º55.92%48.04%-
HSV(B)289.49º71.73%74.9%-
XYZ26.6614.6250.71-
YUV103.4177.44173.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 54 (21.48% from 255) = 13.11%
BLUE value IS 191 (75% from 255) = 46.36%
R=40.53%
G=13.11%
B=46.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167541910.130.7200.25289.4955.9248.04
HexA736BFD480191213830
Octal24766277151100314417060
Binary101001111101101011111111011001000011001100100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A736BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A736BF; }

 p { color: rgb(167,54,191); }

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

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

 a { background-color: rgb(167,54,191); }

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

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

 span { border-color: rgb(167,54,191); }

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