#A136B1

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

Shades of Dark Orchid #A136B1

Tints of Dark Orchid #A136B1

Color information

#A136B1 (or 0xA136B1) is unknown color: approx Dark Orchid. HEX triplet: A1, 36 and B1. RGB value is (161,54,177). Sum of RGB (Red+Green+Blue) = 161+54+177=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #A136B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136B1 is #5EC94E. Grayscale: #636363. Windows color (decimal): -6211919 or 11613857. OLE color: 11613857.

HSL color Cylindrical-coordinate representation of color #A136B1: hue angle of 292.2º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A136B1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16154177-
CMYK0.090.6900.31
HSL292.2º53.25%45.29%-
HSV(B)292.2º69.49%69.41%-
XYZ23.9513.3942.92-
YUV100.01171.45171.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=41.07%
G=13.78%
B=45.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161541770.090.6900.31292.253.2545.29
HexA136B194501F124352d
Octal24166261111050374446555
Binary101000011101101011000110011000101011111100100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136B1; }

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

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

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

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

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

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

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

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