#A23C95

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

Shades of Violet Blue #A23C95

Tints of Violet Blue #A23C95

Color information

#A23C95 (or 0xA23C95) is unknown color: approx Violet Blue. HEX triplet: A2, 3C and 95. RGB value is (162,60,149). Sum of RGB (Red+Green+Blue) = 162+60+149=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C95 is #5DC36A. Grayscale: #646464. Windows color (decimal): -6144875 or 9780386. OLE color: 9780386.

HSL color Cylindrical-coordinate representation of color #A23C95: hue angle of 307.65º 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 #A23C95 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16260149-
CMYK00.630.080.36
HSL307.65º45.95%43.53%-
HSV(B)307.65º62.96%63.53%-
XYZ21.9413.0829.8-
YUV100.64155.29171.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=43.67%
G=16.17%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626014900.630.080.36307.6545.9543.53
HexA23C9503F8241342e2c
Octal2427422507710444645654
Binary101000101111001001010101111111000100100100110100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C95; }

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

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

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

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

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

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

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

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