#A94B95

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

Shades of Violet Blue #A94B95

Tints of Violet Blue #A94B95

Color information

#A94B95 (or 0xA94B95) is unknown color: approx Violet Blue. HEX triplet: A9, 4B and 95. RGB value is (169,75,149). Sum of RGB (Red+Green+Blue) = 169+75+149=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94B95 is #56B46A. Grayscale: #6F6F6F. Windows color (decimal): -5682283 or 9784233. OLE color: 9784233.

HSL color Cylindrical-coordinate representation of color #A94B95: hue angle of 312.77º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94B95 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB16975149-
CMYK00.560.120.34
HSL312.77º38.52%47.84%-
HSV(B)312.77º55.62%66.27%-
XYZ24.315.6430.17-
YUV111.54149.14168.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=43.00%
G=19.08%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697514900.560.120.34312.7738.5247.84
HexA94B95038C221392730
Octal25111322507014424714760
Binary1010100110010111001010101110001100100010100111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B95; }

 p { color: rgb(169,75,149); }

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

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

 a { background-color: rgb(169,75,149); }

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

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

 span { border-color: rgb(169,75,149); }

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