#A064AB

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

Shades of Violet Blue #A064AB

Tints of Violet Blue #A064AB

Color information

#A064AB (or 0xA064AB) is unknown color: approx Violet Blue. HEX triplet: A0, 64 and AB. RGB value is (160,100,171). Sum of RGB (Red+Green+Blue) = 160+100+171=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A064AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AB is #5F9B54. Grayscale: #7D7D7D. Windows color (decimal): -6265685 or 11232416. OLE color: 11232416.

HSL color Cylindrical-coordinate representation of color #A064AB: hue angle of 290.7º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A064AB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160100171-
CMYK0.060.4200.33
HSL290.7º29.71%53.14%-
HSV(B)290.7º41.52%67.06%-
XYZ26.4119.5340.91-
YUV126.03153.38152.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=37.12%
G=23.20%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601001710.060.4200.33290.729.7153.14
HexA064AB62A0211231e35
Octal2401442536520414433665
Binary10100000110010010101011110101010010000110010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064AB; }

 p { color: rgb(160,100,171); }

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

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

 a { background-color: rgb(160,100,171); }

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

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

 span { border-color: rgb(160,100,171); }

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