#A64DAB

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

Shades of Violet Blue #A64DAB

Tints of Violet Blue #A64DAB

Color information

#A64DAB (or 0xA64DAB) is unknown color: approx Violet Blue. HEX triplet: A6, 4D and AB. RGB value is (166,77,171). Sum of RGB (Red+Green+Blue) = 166+77+171=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAB is #59B254. Grayscale: #727272. Windows color (decimal): -5878357 or 11226534. OLE color: 11226534.

HSL color Cylindrical-coordinate representation of color #A64DAB: hue angle of 296.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64DAB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16677171-
CMYK0.030.5500.33
HSL296.81º37.9%48.63%-
HSV(B)296.81º54.97%67.06%-
XYZ25.7316.3640.33-
YUV114.33159.99164.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=40.10%
G=18.60%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166771710.030.5500.33296.8137.948.63
HexA64DAB3370211292631
Octal2461152533670414514661
Binary10100110100110110101011111101110100001100101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DAB; }

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

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

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

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

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

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

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

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