#A11AB1

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

Shades of Dark Orchid #A11AB1

Tints of Dark Orchid #A11AB1

Color information

#A11AB1 (or 0xA11AB1) is unknown color: approx Dark Orchid. HEX triplet: A1, 1A and B1. RGB value is (161,26,177). Sum of RGB (Red+Green+Blue) = 161+26+177=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #A11AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AB1 is #5EE54E. Grayscale: #535353. Windows color (decimal): -6219087 or 11606689. OLE color: 11606689.

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

Color convert

RGB16126177-
CMYK0.090.8500.31
HSL293.64º74.38%39.8%-
HSV(B)293.64º85.31%69.41%-
XYZ2311.4942.6-
YUV83.58180.73183.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 177 (69.53% from 255) = 48.63%
R=44.23%
G=7.14%
B=48.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161261770.090.8500.31293.6474.3839.8
HexA11AB195501F1264a28
Octal241322611112503744611250
Binary101000011101010110001100110101010111111001001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11AB1; }

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

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

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

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

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

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

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

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