#A23F95

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

Shades of Violet Blue #A23F95

Tints of Violet Blue #A23F95

Color information

#A23F95 (or 0xA23F95) is unknown color: approx Violet Blue. HEX triplet: A2, 3F and 95. RGB value is (162,63,149). Sum of RGB (Red+Green+Blue) = 162+63+149=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F95 is #5DC06A. Grayscale: #666666. Windows color (decimal): -6144107 or 9781154. OLE color: 9781154.

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

Color convert

RGB16263149-
CMYK00.610.080.36
HSL307.88º44%44.12%-
HSV(B)307.88º61.11%63.53%-
XYZ22.113.4129.86-
YUV102.4154.3170.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 63 (25% from 255) = 16.84%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=43.32%
G=16.84%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626314900.610.080.36307.884444.12
HexA23F9503D8241342c2c
Octal2427722507510444645454
Binary101000101111111001010101111011000100100100110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F95; }

 p { color: rgb(162,63,149); }

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

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

 a { background-color: rgb(162,63,149); }

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

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

 span { border-color: rgb(162,63,149); }

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