#A23BB9

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

Shades of Dark Orchid #A23BB9

Tints of Dark Orchid #A23BB9

Color information

#A23BB9 (or 0xA23BB9) is unknown color: approx Dark Orchid. HEX triplet: A2, 3B and B9. RGB value is (162,59,185). Sum of RGB (Red+Green+Blue) = 162+59+185=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #A23BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BB9 is #5DC446. Grayscale: #676767. Windows color (decimal): -6145095 or 12139426. OLE color: 12139426.

HSL color Cylindrical-coordinate representation of color #A23BB9: hue angle of 289.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23BB9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16259185-
CMYK0.120.6800.27
HSL289.05º51.64%47.84%-
HSV(B)289.05º68.11%72.55%-
XYZ25.2214.3147.33-
YUV104.16173.62169.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=39.90%
G=14.53%
B=45.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162591850.120.6800.27289.0551.6447.84
HexA23BB9C4401B1213430
Octal24273271141040334416460
Binary101000101110111011100111001000100011011100100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BB9; }

 p { color: rgb(162,59,185); }

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

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

 a { background-color: rgb(162,59,185); }

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

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

 span { border-color: rgb(162,59,185); }

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