#A11BBE

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

Shades of Dark Orchid #A11BBE

Tints of Dark Orchid #A11BBE

Color information

#A11BBE (or 0xA11BBE) is unknown color: approx Dark Orchid. HEX triplet: A1, 1B and BE. RGB value is (161,27,190). Sum of RGB (Red+Green+Blue) = 161+27+190=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #A11BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BBE is #5EE441. Grayscale: #555555. Windows color (decimal): -6218818 or 12458913. OLE color: 12458913.

HSL color Cylindrical-coordinate representation of color #A11BBE: hue angle of 289.33º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11BBE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16127190-
CMYK0.150.8600.25
HSL289.33º75.12%42.55%-
HSV(B)289.33º85.79%74.51%-
XYZ24.3812.0849.76-
YUV85.65186.89181.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=42.59%
G=7.14%
B=50.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161271900.150.8600.25289.3375.1242.55
HexA11BBEF560191214b2b
Octal241332761712603144111353
Binary101000011101110111110111110101100110011001000011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11BBE; }

 p { color: rgb(161,27,190); }

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

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

 a { background-color: rgb(161,27,190); }

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

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

 span { border-color: rgb(161,27,190); }

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