#A136AD

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

Shades of Dark Orchid #A136AD

Tints of Dark Orchid #A136AD

Color information

#A136AD (or 0xA136AD) is unknown color: approx Dark Orchid. HEX triplet: A1, 36 and AD. RGB value is (161,54,173). Sum of RGB (Red+Green+Blue) = 161+54+173=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A136AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136AD is #5EC952. Grayscale: #636363. Windows color (decimal): -6211923 or 11351713. OLE color: 11351713.

HSL color Cylindrical-coordinate representation of color #A136AD: hue angle of 293.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A136AD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16154173-
CMYK0.070.6900.32
HSL293.95º52.42%44.51%-
HSV(B)293.95º68.79%67.84%-
XYZ23.5613.2340.85-
YUV99.56169.45171.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=41.49%
G=13.92%
B=44.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161541730.070.6900.32293.9552.4244.51
HexA136AD745020126342d
Octal2416625571050404466455
Binary101000011101101010110111110001010100000100100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136AD; }

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

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

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

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

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

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

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

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