#A123AB

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

Shades of Dark Orchid #A123AB

Tints of Dark Orchid #A123AB

Color information

#A123AB (or 0xA123AB) is unknown color: approx Dark Orchid. HEX triplet: A1, 23 and AB. RGB value is (161,35,171). Sum of RGB (Red+Green+Blue) = 161+35+171=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #A123AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A123AB is #5EDC54. Grayscale: #575757. Windows color (decimal): -6216789 or 11215777. OLE color: 11215777.

HSL color Cylindrical-coordinate representation of color #A123AB: hue angle of 295.59º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A123AB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16135171-
CMYK0.060.8000.33
HSL295.59º66.02%40.39%-
HSV(B)295.59º79.53%67.06%-
XYZ22.6511.7239.6-
YUV88.18174.74179.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 35 (14.06% from 255) = 9.54%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=43.87%
G=9.54%
B=46.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161351710.060.8000.33295.5966.0240.39
HexA123AB6500211284228
Octal24143253612004145010250
Binary1010000110001110101011110101000001000011001010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A123AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A123AB; }

 p { color: rgb(161,35,171); }

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

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

 a { background-color: rgb(161,35,171); }

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

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

 span { border-color: rgb(161,35,171); }

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