#A23EA6

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

Shades of Violet Blue #A23EA6

Tints of Violet Blue #A23EA6

Color information

#A23EA6 (or 0xA23EA6) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and A6. RGB value is (162,62,166). Sum of RGB (Red+Green+Blue) = 162+62+166=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #A23EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EA6 is #5DC159. Grayscale: #676767. Windows color (decimal): -6144346 or 10895010. OLE color: 10895010.

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

Color convert

RGB16262166-
CMYK0.020.6300.35
HSL297.69º45.61%44.71%-
HSV(B)297.69º62.65%65.1%-
XYZ23.5113.8837.52-
YUV103.76163.13169.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 166 (65.23% from 255) = 42.56%
R=41.54%
G=15.90%
B=42.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162621660.020.6300.35297.6945.6144.71
HexA23EA623F02312a2e2d
Octal242762462770434525655
Binary1010001011111010100110101111110100011100101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EA6; }

 p { color: rgb(162,62,166); }

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

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

 a { background-color: rgb(162,62,166); }

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

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

 span { border-color: rgb(162,62,166); }

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