#A23FA5

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

Shades of Violet Blue #A23FA5

Tints of Violet Blue #A23FA5

Color information

#A23FA5 (or 0xA23FA5) is unknown color: approx Violet Blue. HEX triplet: A2, 3F and A5. RGB value is (162,63,165). Sum of RGB (Red+Green+Blue) = 162+63+165=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #A23FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FA5 is #5DC05A. Grayscale: #676767. Windows color (decimal): -6144091 or 10829730. OLE color: 10829730.

HSL color Cylindrical-coordinate representation of color #A23FA5: hue angle of 298.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23FA5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16263165-
CMYK0.020.6200.35
HSL298.24º44.74%44.71%-
HSV(B)298.24º61.82%64.71%-
XYZ23.4713.9537.05-
YUV104.23162.3169.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=41.54%
G=16.15%
B=42.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162631650.020.6200.35298.2444.7444.71
HexA23FA523E02312a2d2d
Octal242772452760434525555
Binary1010001011111110100101101111100100011100101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23FA5; }

 p { color: rgb(162,63,165); }

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

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

 a { background-color: rgb(162,63,165); }

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

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

 span { border-color: rgb(162,63,165); }

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