#a11eb4

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

Shades of Dark Orchid #A11EB4

Tints of Dark Orchid #A11EB4

Color information

#A11EB4 (or 0xA11EB4) is unknown color: approx Dark Orchid. HEX triplet: A1, 1E and B4. RGB value is (161,30,180). Sum of RGB (Red+Green+Blue) = 161+30+180=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #A11EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EB4 is #5EE14B. Grayscale: #555555. Windows color (decimal): -6218060 or 11804321. OLE color: 11804321.

HSL color Cylindrical-coordinate representation of color #A11EB4: hue angle of 292.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11EB4 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16130180-
CMYK0.110.8300.29
HSL292.4º71.43%41.18%-
HSV(B)292.4º83.33%70.59%-
XYZ23.411.844.22-
YUV86.27180.9181.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=43.40%
G=8.09%
B=48.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161301800.110.8300.29292.471.4341.18
HexA11EB4B5301D1244729
Octal241362641312303544410751
Binary101000011111010110100101110100110111011001001001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11eb4; }

 p { color: rgb(161,30,180); }

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

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

 a { background-color: rgb(161,30,180); }

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

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

 span { border-color: rgb(161,30,180); }

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