#A664A0

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

Shades of Violet Blue #A664A0

Tints of Violet Blue #A664A0

Color information

#A664A0 (or 0xA664A0) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and A0. RGB value is (166,100,160). Sum of RGB (Red+Green+Blue) = 166+100+160=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A664A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664A0 is #599B5F. Grayscale: #7E7E7E. Windows color (decimal): -5872480 or 10511526. OLE color: 10511526.

HSL color Cylindrical-coordinate representation of color #A664A0: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A664A0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166100160-
CMYK00.400.040.35
HSL305.45º27.05%52.16%-
HSV(B)305.45º39.76%65.1%-
XYZ26.6319.7635.67-
YUV126.57146.87156.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=38.97%
G=23.47%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610016000.400.040.35305.4527.0552.16
HexA664A00284231311b34
Octal2461442400504434613364
Binary10100110110010010100000010100010010001110011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664A0; }

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

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

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

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

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

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

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

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