#A64D98

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

Shades of Violet Blue #A64D98

Tints of Violet Blue #A64D98

Color information

#A64D98 (or 0xA64D98) is unknown color: approx Violet Blue. HEX triplet: A6, 4D and 98. RGB value is (166,77,152). Sum of RGB (Red+Green+Blue) = 166+77+152=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D98 is #59B267. Grayscale: #6F6F6F. Windows color (decimal): -5878376 or 9981350. OLE color: 9981350.

HSL color Cylindrical-coordinate representation of color #A64D98: hue angle of 309.44º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D98 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16677152-
CMYK00.540.080.35
HSL309.44º36.63%47.65%-
HSV(B)309.44º53.61%65.1%-
XYZ24.0515.6831.47-
YUV112.16150.49166.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=42.03%
G=19.49%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667715200.540.080.35309.4436.6347.65
HexA64D980368231352530
Octal24611523006610434654560
Binary1010011010011011001100001101101000100011100110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D98; }

 p { color: rgb(166,77,152); }

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

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

 a { background-color: rgb(166,77,152); }

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

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

 span { border-color: rgb(166,77,152); }

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