#A122BA

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

Shades of Dark Orchid #A122BA

Tints of Dark Orchid #A122BA

Color information

#A122BA (or 0xA122BA) is unknown color: approx Dark Orchid. HEX triplet: A1, 22 and BA. RGB value is (161,34,186). Sum of RGB (Red+Green+Blue) = 161+34+186=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A122BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122BA is #5EDD45. Grayscale: #585858. Windows color (decimal): -6217030 or 12198561. OLE color: 12198561.

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

Color convert

RGB16134186-
CMYK0.130.8200.27
HSL290.13º69.09%43.14%-
HSV(B)290.13º81.72%72.94%-
XYZ24.1312.2747.55-
YUV89.3182.58179.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 34 (13.67% from 255) = 8.92%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=42.26%
G=8.92%
B=48.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161341860.130.8200.27290.1369.0943.14
HexA122BAD5201B122452b
Octal241422721512203344210553
Binary1010000110001010111010110110100100110111001000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A122BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A122BA; }

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

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

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

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

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

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

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

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