#A23C9A

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

Shades of Violet Blue #A23C9A

Tints of Violet Blue #A23C9A

Color information

#A23C9A (or 0xA23C9A) is unknown color: approx Violet Blue. HEX triplet: A2, 3C and 9A. RGB value is (162,60,154). Sum of RGB (Red+Green+Blue) = 162+60+154=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C9A is #5DC365. Grayscale: #646464. Windows color (decimal): -6144870 or 10108066. OLE color: 10108066.

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

Color convert

RGB16260154-
CMYK00.630.050.36
HSL304.71º45.95%43.53%-
HSV(B)304.71º62.96%63.53%-
XYZ22.3513.2531.95-
YUV101.21157.79171.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=43.09%
G=15.96%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626015400.630.050.36304.7145.9543.53
HexA23C9A03F5241312e2c
Octal242742320775444615654
Binary10100010111100100110100111111101100100100110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C9A; }

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

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

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

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

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

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

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

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