#A23EAA

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

Shades of Violet Blue #A23EAA

Tints of Violet Blue #A23EAA

Color information

#A23EAA (or 0xA23EAA) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and AA. RGB value is (162,62,170). Sum of RGB (Red+Green+Blue) = 162+62+170=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A23EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EAA is #5DC155. Grayscale: #676767. Windows color (decimal): -6144342 or 11157154. OLE color: 11157154.

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

Color convert

RGB16262170-
CMYK0.050.6400.33
HSL295.56º46.55%45.49%-
HSV(B)295.56º63.53%66.67%-
XYZ23.8814.0339.48-
YUV104.21165.13169.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 62 (24.61% from 255) = 15.74%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=41.12%
G=15.74%
B=43.15%

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
Decimal162621700.050.6400.33295.5646.5545.49
HexA23EAA5400211282f2d
Octal2427625251000414505755
Binary101000101111101010101010110000000100001100101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EAA; }

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

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

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

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

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

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

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

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