#A64B9A

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

Shades of Violet Blue #A64B9A

Tints of Violet Blue #A64B9A

Color information

#A64B9A (or 0xA64B9A) is unknown color: approx Violet Blue. HEX triplet: A6, 4B and 9A. RGB value is (166,75,154). Sum of RGB (Red+Green+Blue) = 166+75+154=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B9A is #59B465. Grayscale: #6E6E6E. Windows color (decimal): -5878886 or 10111910. OLE color: 10111910.

HSL color Cylindrical-coordinate representation of color #A64B9A: hue angle of 307.91º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B9A is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16675154-
CMYK00.550.070.35
HSL307.91º37.76%47.25%-
HSV(B)307.91º54.82%65.1%-
XYZ24.0715.4732.29-
YUV111.21152.15167.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=42.03%
G=18.99%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667515400.550.070.35307.9137.7647.25
HexA64B9A037723134262f
Octal2461132320677434644657
Binary101001101001011100110100110111111100011100110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B9A; }

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

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

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

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

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

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

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

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