#A46495

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

Shades of Violet Blue #A46495

Tints of Violet Blue #A46495

Color information

#A46495 (or 0xA46495) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and 95. RGB value is (164,100,149). Sum of RGB (Red+Green+Blue) = 164+100+149=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46495 is #5B9B6A. Grayscale: #7C7C7C. Windows color (decimal): -6003563 or 9790628. OLE color: 9790628.

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

Color convert

RGB164100149-
CMYK00.390.090.36
HSL314.06º26.02%51.76%-
HSV(B)314.06º39.02%64.31%-
XYZ25.2919.1830.8-
YUV124.72141.7156.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=39.71%
G=24.21%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410014900.390.090.36314.0626.0251.76
HexA4649502792413a1a34
Octal24414422504711444723264
Binary101001001100100100101010100111100110010010011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46495; }

 p { color: rgb(164,100,149); }

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

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

 a { background-color: rgb(164,100,149); }

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

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

 span { border-color: rgb(164,100,149); }

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