#A64CAB

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

Shades of Violet Blue #A64CAB

Tints of Violet Blue #A64CAB

Color information

#A64CAB (or 0xA64CAB) is unknown color: approx Violet Blue. HEX triplet: A6, 4C and AB. RGB value is (166,76,171). Sum of RGB (Red+Green+Blue) = 166+76+171=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64CAB is #59B354. Grayscale: #717171. Windows color (decimal): -5878613 or 11226278. OLE color: 11226278.

HSL color Cylindrical-coordinate representation of color #A64CAB: hue angle of 296.84º degrees, saturation: 0.38, 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 #A64CAB is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16676171-
CMYK0.030.5600.33
HSL296.84º38.46%48.43%-
HSV(B)296.84º55.56%67.06%-
XYZ25.6616.2240.31-
YUV113.74160.32165.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=40.19%
G=18.40%
B=41.40%

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
Decimal166761710.030.5600.33296.8438.4648.43
HexA64CAB3380211292630
Octal2461142533700414514660
Binary10100110100110010101011111110000100001100101001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CAB; }

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

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

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

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

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

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

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

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