#A23C9E

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

Shades of Violet Blue #A23C9E

Tints of Violet Blue #A23C9E

Color information

#A23C9E (or 0xA23C9E) is unknown color: approx Violet Blue. HEX triplet: A2, 3C and 9E. RGB value is (162,60,158). Sum of RGB (Red+Green+Blue) = 162+60+158=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C9E is #5DC361. Grayscale: #656565. Windows color (decimal): -6144866 or 10370210. OLE color: 10370210.

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

Color convert

RGB16260158-
CMYK00.630.020.36
HSL302.35º45.95%43.53%-
HSV(B)302.35º62.96%63.53%-
XYZ22.6913.3833.73-
YUV101.67159.79171.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=42.63%
G=15.79%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626015800.630.020.36302.3545.9543.53
HexA23C9E03F22412e2e2c
Octal242742360772444565654
Binary1010001011110010011110011111110100100100101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C9E; }

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

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

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

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

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

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

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

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