#A23AAA

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

Shades of Violet Blue #A23AAA

Tints of Violet Blue #A23AAA

Color information

#A23AAA (or 0xA23AAA) is unknown color: approx Violet Blue. HEX triplet: A2, 3A and AA. RGB value is (162,58,170). Sum of RGB (Red+Green+Blue) = 162+58+170=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #A23AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AAA is #5DC555. Grayscale: #656565. Windows color (decimal): -6145366 or 11156130. OLE color: 11156130.

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

Color convert

RGB16258170-
CMYK0.050.6600.33
HSL295.71º49.12%44.71%-
HSV(B)295.71º65.88%66.67%-
XYZ23.6713.6139.41-
YUV101.86166.46170.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=41.54%
G=14.87%
B=43.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162581700.050.6600.33295.7149.1244.71
HexA23AAA542021128312d
Octal2427225251020414506155
Binary101000101110101010101010110000100100001100101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23AAA; }

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

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

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

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

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

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

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

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