#A123BD

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

Shades of Dark Orchid #A123BD

Tints of Dark Orchid #A123BD

Color information

#A123BD (or 0xA123BD) is unknown color: approx Dark Orchid. HEX triplet: A1, 23 and BD. RGB value is (161,35,189). Sum of RGB (Red+Green+Blue) = 161+35+189=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #A123BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123BD is #5EDC42. Grayscale: #595959. Windows color (decimal): -6216771 or 12395425. OLE color: 12395425.

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

Color convert

RGB16135189-
CMYK0.150.8100.26
HSL289.09º68.75%43.92%-
HSV(B)289.09º81.48%74.12%-
XYZ24.4812.4549.26-
YUV90.23183.74178.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 35 (14.06% from 255) = 9.09%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=41.82%
G=9.09%
B=49.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161351890.150.8100.26289.0968.7543.92
HexA123BDF5101A121452c
Octal241432751712103244110554
Binary1010000110001110111101111110100010110101001000011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A123BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A123BD; }

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

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

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

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

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

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

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

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