#A673AB

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

Shades of Violet Blue #A673AB

Tints of Violet Blue #A673AB

Color information

#A673AB (or 0xA673AB) is unknown color: approx Violet Blue. HEX triplet: A6, 73 and AB. RGB value is (166,115,171). Sum of RGB (Red+Green+Blue) = 166+115+171=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A673AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AB is #598C54. Grayscale: #888888. Windows color (decimal): -5868629 or 11236262. OLE color: 11236262.

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

Color convert

RGB166115171-
CMYK0.030.3300.33
HSL294.64º25%56.08%-
HSV(B)294.64º32.75%67.06%-
XYZ29.2123.3141.49-
YUV136.63147.4148.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=36.73%
G=25.44%
B=37.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661151710.030.3300.33294.642556.08
HexA673AB3210211271938
Octal2461632533410414473170
Binary1010011011100111010101111100001010000110010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673AB; }

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

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

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

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

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

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

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

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