#A670A3

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

Shades of Violet Blue #A670A3

Tints of Violet Blue #A670A3

Color information

#A670A3 (or 0xA670A3) is unknown color: approx Violet Blue. HEX triplet: A6, 70 and A3. RGB value is (166,112,163). Sum of RGB (Red+Green+Blue) = 166+112+163=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A670A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670A3 is #598F5C. Grayscale: #858585. Windows color (decimal): -5869405 or 10711206. OLE color: 10711206.

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

Color convert

RGB166112163-
CMYK00.330.020.35
HSL303.33º23.28%54.51%-
HSV(B)303.33º32.53%65.1%-
XYZ28.1322.3437.48-
YUV133.96144.39150.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=37.64%
G=25.40%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611216300.330.020.35303.3323.2854.51
HexA670A302122312f1737
Octal2461602430412434572767
Binary1010011011100001010001101000011010001110010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670A3; }

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

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

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

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

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

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

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

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