#A23BA9

Color #A23BA9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A23BA9

Tints of Violet Blue #A23BA9

Color information

#A23BA9 (or 0xA23BA9) is unknown color: approx Violet Blue. HEX triplet: A2, 3B and A9. RGB value is (162,59,169). Sum of RGB (Red+Green+Blue) = 162+59+169=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #A23BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BA9 is #5DC456. Grayscale: #666666. Windows color (decimal): -6145111 or 11090850. OLE color: 11090850.

HSL color Cylindrical-coordinate representation of color #A23BA9: hue angle of 296.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23BA9 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16259169-
CMYK0.040.6500.34
HSL296.18º48.25%44.71%-
HSV(B)296.18º65.09%66.27%-
XYZ23.6313.6738.93-
YUV102.34165.62170.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=41.54%
G=15.13%
B=43.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162591690.040.6500.34296.1848.2544.71
HexA23BA9441022128302d
Octal2427325141010424506055
Binary101000101110111010100110010000010100010100101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BA9; }

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

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

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

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

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

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

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

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