#A23EA2

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

Shades of Violet Blue #A23EA2

Tints of Violet Blue #A23EA2

Color information

#A23EA2 (or 0xA23EA2) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and A2. RGB value is (162,62,162). Sum of RGB (Red+Green+Blue) = 162+62+162=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A23EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EA2 is #5DC15D. Grayscale: #676767. Windows color (decimal): -6144350 or 10632866. OLE color: 10632866.

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

Color convert

RGB16262162-
CMYK00.6200.36
HSL300º44.64%43.92%-
HSV(B)300º61.73%63.53%-
XYZ23.1413.7435.61-
YUV103.3161.13169.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 62 (24.61% from 255) = 16.06%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=41.97%
G=16.06%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626216200.6200.3630044.6443.92
HexA23EA203E02412c2d2c
Octal242762420760444545554
Binary101000101111101010001001111100100100100101100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EA2; }

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

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

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

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

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

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

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

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