#A23C9D

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

Shades of Violet Blue #A23C9D

Tints of Violet Blue #A23C9D

Color information

#A23C9D (or 0xA23C9D) is unknown color: approx Violet Blue. HEX triplet: A2, 3C and 9D. RGB value is (162,60,157). Sum of RGB (Red+Green+Blue) = 162+60+157=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C9D is #5DC362. Grayscale: #656565. Windows color (decimal): -6144867 or 10304674. OLE color: 10304674.

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

Color convert

RGB16260157-
CMYK00.630.030.36
HSL302.94º45.95%43.53%-
HSV(B)302.94º62.96%63.53%-
XYZ22.613.3533.28-
YUV101.56159.29171.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=42.74%
G=15.83%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626015700.630.030.36302.9445.9543.53
HexA23C9D03F32412f2e2c
Octal242742350773444575654
Binary1010001011110010011101011111111100100100101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C9D; }

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

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

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

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

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

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

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

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