#A46393

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

Shades of Violet Blue #A46393

Tints of Violet Blue #A46393

Color information

#A46393 (or 0xA46393) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and 93. RGB value is (164,99,147). Sum of RGB (Red+Green+Blue) = 164+99+147=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46393 is #5B9C6C. Grayscale: #7B7B7B. Windows color (decimal): -6003821 or 9659300. OLE color: 9659300.

HSL color Cylindrical-coordinate representation of color #A46393: hue angle of 315.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46393 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16499147-
CMYK00.400.100.36
HSL315.69º26.32%51.57%-
HSV(B)315.69º39.63%64.31%-
XYZ25.0418.9229.94-
YUV123.91141.03156.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=40%
G=24.15%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649914700.400.100.36315.6926.3251.57
HexA46393028A2413c1a34
Octal24414322305012444743264
Binary101001001100011100100110101000101010010010011110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46393; }

 p { color: rgb(164,99,147); }

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

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

 a { background-color: rgb(164,99,147); }

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

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

 span { border-color: rgb(164,99,147); }

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