#A664AD

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

Shades of Violet Blue #A664AD

Tints of Violet Blue #A664AD

Color information

#A664AD (or 0xA664AD) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and AD. RGB value is (166,100,173). Sum of RGB (Red+Green+Blue) = 166+100+173=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A664AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664AD is #599B52. Grayscale: #7F7F7F. Windows color (decimal): -5872467 or 11363494. OLE color: 11363494.

HSL color Cylindrical-coordinate representation of color #A664AD: hue angle of 294.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A664AD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166100173-
CMYK0.040.4200.32
HSL294.25º30.8%53.53%-
HSV(B)294.25º42.2%67.84%-
XYZ27.8320.2441.97-
YUV128.06153.37155.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=37.81%
G=22.78%
B=39.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661001730.040.4200.32294.2530.853.53
HexA664AD42A0201261f36
Octal2461442554520404463766
Binary10100110110010010101101100101010010000010010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664AD; }

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

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

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

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

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

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

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

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