#A46198

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

Shades of Violet Blue #A46198

Tints of Violet Blue #A46198

Color information

#A46198 (or 0xA46198) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and 98. RGB value is (164,97,152). Sum of RGB (Red+Green+Blue) = 164+97+152=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46198 is #5B9E67. Grayscale: #7B7B7B. Windows color (decimal): -6004328 or 9986468. OLE color: 9986468.

HSL color Cylindrical-coordinate representation of color #A46198: hue angle of 310.75º 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 #A46198 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16497152-
CMYK00.410.070.36
HSL310.75º26.91%51.18%-
HSV(B)310.75º40.85%64.31%-
XYZ25.2518.7131.99-
YUV123.3144.2157.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=39.71%
G=23.49%
B=36.80%

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
Decimal1649715200.410.070.36310.7526.9151.18
HexA461980297241371b33
Octal2441412300517444673363
Binary10100100110000110011000010100111110010010011011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46198; }

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

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

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

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

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

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

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

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