#A46798

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

Shades of Violet Blue #A46798

Tints of Violet Blue #A46798

Color information

#A46798 (or 0xA46798) is unknown color: approx Violet Blue. HEX triplet: A4, 67 and 98. RGB value is (164,103,152). Sum of RGB (Red+Green+Blue) = 164+103+152=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46798 is #5B9867. Grayscale: #7E7E7E. Windows color (decimal): -6002792 or 9988004. OLE color: 9988004.

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

Color convert

RGB164103152-
CMYK00.370.070.36
HSL311.8º25.1%52.35%-
HSV(B)311.8º37.2%64.31%-
XYZ25.8319.8632.18-
YUV126.82142.21154.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=39.14%
G=24.58%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410315200.370.070.36311.825.152.35
HexA467980257241381934
Octal2441472300457444703164
Binary10100100110011110011000010010111110010010011100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46798; }

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

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

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

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

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

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

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

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