#A136A9

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

Shades of Dark Orchid #A136A9

Tints of Dark Orchid #A136A9

Color information

#A136A9 (or 0xA136A9) is unknown color: approx Dark Orchid. HEX triplet: A1, 36 and A9. RGB value is (161,54,169). Sum of RGB (Red+Green+Blue) = 161+54+169=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #A136A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A9 is #5EC956. Grayscale: #626262. Windows color (decimal): -6211927 or 11089569. OLE color: 11089569.

HSL color Cylindrical-coordinate representation of color #A136A9: hue angle of 295.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A136A9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16154169-
CMYK0.050.6800.34
HSL295.83º51.57%43.73%-
HSV(B)295.83º68.05%66.27%-
XYZ23.1813.0838.84-
YUV99.1167.45172.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 169 (66.41% from 255) = 44.01%
R=41.93%
G=14.06%
B=44.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161541690.050.6800.34295.8351.5743.73
HexA136A9544022128342c
Octal2416625151040424506454
Binary101000011101101010100110110001000100010100101000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136A9; }

 p { color: rgb(161,54,169); }

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

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

 a { background-color: rgb(161,54,169); }

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

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

 span { border-color: rgb(161,54,169); }

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