#A23E97

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

Shades of Violet Blue #A23E97

Tints of Violet Blue #A23E97

Color information

#A23E97 (or 0xA23E97) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and 97. RGB value is (162,62,151). Sum of RGB (Red+Green+Blue) = 162+62+151=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E97 is #5DC168. Grayscale: #656565. Windows color (decimal): -6144361 or 9911970. OLE color: 9911970.

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

Color convert

RGB16262151-
CMYK00.620.070.36
HSL306.6º44.64%43.92%-
HSV(B)306.6º61.73%63.53%-
XYZ22.2113.3630.69-
YUV102.05155.63170.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=43.2%
G=16.53%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626215100.620.070.36306.644.6443.92
HexA23E9703E7241332d2c
Octal242762270767444635554
Binary10100010111110100101110111110111100100100110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E97; }

 p { color: rgb(162,62,151); }

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

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

 a { background-color: rgb(162,62,151); }

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

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

 span { border-color: rgb(162,62,151); }

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