#A136C8

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

Shades of Dark Orchid #A136C8

Tints of Dark Orchid #A136C8

Color information

#A136C8 (or 0xA136C8) is unknown color: approx Dark Orchid. HEX triplet: A1, 36 and C8. RGB value is (161,54,200). Sum of RGB (Red+Green+Blue) = 161+54+200=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #A136C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136C8 is #5EC937. Grayscale: #666666. Windows color (decimal): -6211896 or 13121185. OLE color: 13121185.

HSL color Cylindrical-coordinate representation of color #A136C8: hue angle of 283.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A136C8 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16154200-
CMYK0.190.7300.22
HSL283.97º57.48%49.8%-
HSV(B)283.97º73%78.43%-
XYZ26.4414.3956.03-
YUV102.64182.95169.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=38.80%
G=13.01%
B=48.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161542000.190.7300.22283.9757.4849.8
HexA136C8134901611c3932
Octal24166310231110264347162
Binary1010000111011011001000100111001001010110100011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136C8; }

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

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

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

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

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

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

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

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