#A664AA

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

Shades of Violet Blue #A664AA

Tints of Violet Blue #A664AA

Color information

#A664AA (or 0xA664AA) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and AA. RGB value is (166,100,170). Sum of RGB (Red+Green+Blue) = 166+100+170=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A664AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664AA is #599B55. Grayscale: #7F7F7F. Windows color (decimal): -5872470 or 11166886. OLE color: 11166886.

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

Color convert

RGB166100170-
CMYK0.020.4100.33
HSL296.57º29.17%52.94%-
HSV(B)296.57º41.18%66.67%-
XYZ27.5420.1240.46-
YUV127.71151.87155.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=38.07%
G=22.94%
B=38.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661001700.020.4100.33296.5729.1752.94
HexA664AA2290211291d35
Octal2461442522510414513565
Binary1010011011001001010101010101001010000110010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664AA; }

 p { color: rgb(166,100,170); }

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

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

 a { background-color: rgb(166,100,170); }

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

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

 span { border-color: rgb(166,100,170); }

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