#a11cbd

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

Shades of Dark Orchid #A11CBD

Tints of Dark Orchid #A11CBD

Color information

#A11CBD (or 0xA11CBD) is unknown color: approx Dark Orchid. HEX triplet: A1, 1C and BD. RGB value is (161,28,189). Sum of RGB (Red+Green+Blue) = 161+28+189=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A11CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CBD is #5EE342. Grayscale: #555555. Windows color (decimal): -6218563 or 12393633. OLE color: 12393633.

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

Color convert

RGB16128189-
CMYK0.150.8500.26
HSL289.57º74.19%42.55%-
HSV(B)289.57º85.19%74.12%-
XYZ24.312.0849.2-
YUV86.12186.06181.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 28 (11.33% from 255) = 7.41%
BLUE value IS 189 (74.22% from 255) = 50%
R=42.59%
G=7.41%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161281890.150.8500.26289.5774.1942.55
HexA11CBDF5501A1224a2b
Octal241342751712503244211253
Binary101000011110010111101111110101010110101001000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11cbd; }

 p { color: rgb(161,28,189); }

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

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

 a { background-color: rgb(161,28,189); }

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

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

 span { border-color: rgb(161,28,189); }

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