#A23D97

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

Shades of Violet Blue #A23D97

Tints of Violet Blue #A23D97

Color information

#A23D97 (or 0xA23D97) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and 97. RGB value is (162,61,151). Sum of RGB (Red+Green+Blue) = 162+61+151=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D97 is #5DC268. Grayscale: #656565. Windows color (decimal): -6144617 or 9911714. OLE color: 9911714.

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

Color convert

RGB16261151-
CMYK00.620.070.36
HSL306.53º45.29%43.73%-
HSV(B)306.53º62.35%63.53%-
XYZ22.1513.2530.67-
YUV101.46155.96171.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=43.32%
G=16.31%
B=40.37%

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
Decimal1626115100.620.070.36306.5345.2943.73
HexA23D9703E7241332d2c
Octal242752270767444635554
Binary10100010111101100101110111110111100100100110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D97; }

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

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

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

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

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

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

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

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