#A661AB

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

Shades of Violet Blue #A661AB

Tints of Violet Blue #A661AB

Color information

#A661AB (or 0xA661AB) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and AB. RGB value is (166,97,171). Sum of RGB (Red+Green+Blue) = 166+97+171=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A661AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A661AB is #599E54. Grayscale: #7D7D7D. Windows color (decimal): -5873237 or 11231654. OLE color: 11231654.

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

Color convert

RGB16697171-
CMYK0.030.4300.33
HSL295.95º30.58%52.55%-
HSV(B)295.95º43.27%67.06%-
XYZ27.3519.640.87-
YUV126.07153.36156.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=38.25%
G=22.35%
B=39.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166971710.030.4300.33295.9530.5852.55
HexA661AB32B0211281f35
Octal2461412533530414503765
Binary1010011011000011010101111101011010000110010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661AB; }

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

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

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

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

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

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

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

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