#A23B96

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

Shades of Violet Blue #A23B96

Tints of Violet Blue #A23B96

Color information

#A23B96 (or 0xA23B96) is unknown color: approx Violet Blue. HEX triplet: A2, 3B and 96. RGB value is (162,59,150). Sum of RGB (Red+Green+Blue) = 162+59+150=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B96 is #5DC469. Grayscale: #636363. Windows color (decimal): -6145130 or 9845666. OLE color: 9845666.

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

Color convert

RGB16259150-
CMYK00.640.070.36
HSL306.99º46.61%43.33%-
HSV(B)306.99º63.58%63.53%-
XYZ21.9713.0130.21-
YUV100.17156.12172.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=43.67%
G=15.90%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625915000.640.070.36306.9946.6143.33
HexA23B960407241332f2b
Octal2427322601007444635753
Binary101000101110111001011001000000111100100100110011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B96; }

 p { color: rgb(162,59,150); }

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

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

 a { background-color: rgb(162,59,150); }

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

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

 span { border-color: rgb(162,59,150); }

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