#A11ABA

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

Shades of Dark Orchid #A11ABA

Tints of Dark Orchid #A11ABA

Color information

#A11ABA (or 0xA11ABA) is unknown color: approx Dark Orchid. HEX triplet: A1, 1A and BA. RGB value is (161,26,186). Sum of RGB (Red+Green+Blue) = 161+26+186=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A11ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ABA is #5EE545. Grayscale: #545454. Windows color (decimal): -6219078 or 12196513. OLE color: 12196513.

HSL color Cylindrical-coordinate representation of color #A11ABA: hue angle of 290.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11ABA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16126186-
CMYK0.130.8600.27
HSL290.62º75.47%41.57%-
HSV(B)290.62º86.02%72.94%-
XYZ23.9311.8647.48-
YUV84.6185.23182.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=43.16%
G=6.97%
B=49.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161261860.130.8600.27290.6275.4741.57
HexA11ABAD5601B1234b2a
Octal241322721512603344311352
Binary101000011101010111010110110101100110111001000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11ABA; }

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

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

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

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

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

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

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

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