#a23eab

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

Shades of Violet Blue #A23EAB

Tints of Violet Blue #A23EAB

Color information

#A23EAB (or 0xA23EAB) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and AB. RGB value is (162,62,171). Sum of RGB (Red+Green+Blue) = 162+62+171=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A23EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EAB is #5DC154. Grayscale: #676767. Windows color (decimal): -6144341 or 11222690. OLE color: 11222690.

HSL color Cylindrical-coordinate representation of color #A23EAB: hue angle of 295.05º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23EAB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16262171-
CMYK0.050.6400.33
HSL295.05º46.78%45.69%-
HSV(B)295.05º63.74%67.06%-
XYZ23.9714.0739.98-
YUV104.33165.63169.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=41.01%
G=15.70%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162621710.050.6400.33295.0546.7845.69
HexA23EAB5400211272f2e
Octal2427625351000414475756
Binary101000101111101010101110110000000100001100100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23eab; }

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

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

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

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

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

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

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

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