#A661A3

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

Shades of Violet Blue #A661A3

Tints of Violet Blue #A661A3

Color information

#A661A3 (or 0xA661A3) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and A3. RGB value is (166,97,163). Sum of RGB (Red+Green+Blue) = 166+97+163=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A661A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A661A3 is #599E5C. Grayscale: #7C7C7C. Windows color (decimal): -5873245 or 10707366. OLE color: 10707366.

HSL color Cylindrical-coordinate representation of color #A661A3: hue angle of 302.61º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A661A3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16697163-
CMYK00.420.020.35
HSL302.61º27.94%51.57%-
HSV(B)302.61º41.57%65.1%-
XYZ26.6119.336.97-
YUV125.16149.36157.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 163 (64.06% from 255) = 38.26%
R=38.97%
G=22.77%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669716300.420.020.35302.6127.9451.57
HexA661A302A22312f1c34
Octal2461412430522434573464
Binary1010011011000011010001101010101010001110010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661A3; }

 p { color: rgb(166,97,163); }

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

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

 a { background-color: rgb(166,97,163); }

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

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

 span { border-color: rgb(166,97,163); }

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