#A64BAB

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

Shades of Violet Blue #A64BAB

Tints of Violet Blue #A64BAB

Color information

#A64BAB (or 0xA64BAB) is unknown color: approx Violet Blue. HEX triplet: A6, 4B and AB. RGB value is (166,75,171). Sum of RGB (Red+Green+Blue) = 166+75+171=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAB is #59B454. Grayscale: #707070. Windows color (decimal): -5878869 or 11226022. OLE color: 11226022.

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

Color convert

RGB16675171-
CMYK0.030.5600.33
HSL296.88º39.02%48.24%-
HSV(B)296.88º56.14%67.06%-
XYZ25.5916.0840.28-
YUV113.15160.65165.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=40.29%
G=18.20%
B=41.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166751710.030.5600.33296.8839.0248.24
HexA64BAB3380211292730
Octal2461132533700414514760
Binary10100110100101110101011111110000100001100101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BAB; }

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

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

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

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

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

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

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

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