#A23BA3

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

Shades of Violet Blue #A23BA3

Tints of Violet Blue #A23BA3

Color information

#A23BA3 (or 0xA23BA3) is unknown color: approx Violet Blue. HEX triplet: A2, 3B and A3. RGB value is (162,59,163). Sum of RGB (Red+Green+Blue) = 162+59+163=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #A23BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BA3 is #5DC45C. Grayscale: #656565. Windows color (decimal): -6145117 or 10697634. OLE color: 10697634.

HSL color Cylindrical-coordinate representation of color #A23BA3: hue angle of 299.42º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23BA3 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16259163-
CMYK0.010.6400.36
HSL299.42º46.85%43.53%-
HSV(B)299.42º63.8%63.92%-
XYZ23.0813.4536.03-
YUV101.65162.62171.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 59 (23.44% from 255) = 15.36%
BLUE value IS 163 (64.06% from 255) = 42.45%
R=42.19%
G=15.36%
B=42.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162591630.010.6400.36299.4246.8543.53
HexA23BA314002412b2f2c
Octal2427324311000444535754
Binary1010001011101110100011110000000100100100101011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BA3; }

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

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

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

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

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

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

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

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