#A46098

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

Shades of Violet Blue #A46098

Tints of Violet Blue #A46098

Color information

#A46098 (or 0xA46098) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 98. RGB value is (164,96,152). Sum of RGB (Red+Green+Blue) = 164+96+152=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46098 is #5B9F67. Grayscale: #7A7A7A. Windows color (decimal): -6004584 or 9986212. OLE color: 9986212.

HSL color Cylindrical-coordinate representation of color #A46098: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46098 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16496152-
CMYK00.410.070.36
HSL310.59º27.2%50.98%-
HSV(B)310.59º41.46%64.31%-
XYZ25.1618.5331.96-
YUV122.72144.53157.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=39.81%
G=23.30%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649615200.410.070.36310.5927.250.98
HexA460980297241371b33
Octal2441402300517444673363
Binary10100100110000010011000010100111110010010011011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46098; }

 p { color: rgb(164,96,152); }

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

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

 a { background-color: rgb(164,96,152); }

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

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

 span { border-color: rgb(164,96,152); }

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