#A64BAD

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

Shades of Violet Blue #A64BAD

Tints of Violet Blue #A64BAD

Color information

#A64BAD (or 0xA64BAD) is unknown color: approx Violet Blue. HEX triplet: A6, 4B and AD. RGB value is (166,75,173). Sum of RGB (Red+Green+Blue) = 166+75+173=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A64BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAD is #59B452. Grayscale: #717171. Windows color (decimal): -5878867 or 11357094. OLE color: 11357094.

HSL color Cylindrical-coordinate representation of color #A64BAD: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64BAD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16675173-
CMYK0.040.5700.32
HSL295.71º39.52%48.63%-
HSV(B)295.71º56.65%67.84%-
XYZ25.7816.1641.29-
YUV113.38161.65165.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=40.10%
G=18.12%
B=41.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166751730.040.5700.32295.7139.5248.63
HexA64BAD4390201282831
Octal2461132554710404505061
Binary101001101001011101011011001110010100000100101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BAD; }

 p { color: rgb(166,75,173); }

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

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

 a { background-color: rgb(166,75,173); }

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

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

 span { border-color: rgb(166,75,173); }

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