#A673AC

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

Shades of Violet Blue #A673AC

Tints of Violet Blue #A673AC

Color information

#A673AC (or 0xA673AC) is unknown color: approx Violet Blue. HEX triplet: A6, 73 and AC. RGB value is (166,115,172). Sum of RGB (Red+Green+Blue) = 166+115+172=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A673AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AC is #598C53. Grayscale: #888888. Windows color (decimal): -5868628 or 11301798. OLE color: 11301798.

HSL color Cylindrical-coordinate representation of color #A673AC: hue angle of 293.68º degrees, saturation: 0.26, 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 #A673AC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166115172-
CMYK0.030.3300.33
HSL293.68º25.56%56.27%-
HSV(B)293.68º33.14%67.45%-
XYZ29.323.3541.99-
YUV136.75147.9148.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=36.64%
G=25.39%
B=37.97%

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
Decimal1661151720.030.3300.33293.6825.5656.27
HexA673AC3210211261a38
Octal2461632543410414463270
Binary1010011011100111010110011100001010000110010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673AC; }

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

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

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

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

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

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

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

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