#A23A9E

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

Shades of Violet Blue #A23A9E

Tints of Violet Blue #A23A9E

Color information

#A23A9E (or 0xA23A9E) is unknown color: approx Violet Blue. HEX triplet: A2, 3A and 9E. RGB value is (162,58,158). Sum of RGB (Red+Green+Blue) = 162+58+158=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A9E is #5DC561. Grayscale: #646464. Windows color (decimal): -6145378 or 10369698. OLE color: 10369698.

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

Color convert

RGB16258158-
CMYK00.640.020.36
HSL302.31º47.27%43.14%-
HSV(B)302.31º64.2%63.53%-
XYZ22.5813.1833.7-
YUV100.5160.46171.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=42.86%
G=15.34%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625815800.640.020.36302.3147.2743.14
HexA23A9E04022412e2f2b
Octal2427223601002444565753
Binary10100010111010100111100100000010100100100101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A9E; }

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

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

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

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

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

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

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

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