#A670A7

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

Shades of Violet Blue #A670A7

Tints of Violet Blue #A670A7

Color information

#A670A7 (or 0xA670A7) is unknown color: approx Violet Blue. HEX triplet: A6, 70 and A7. RGB value is (166,112,167). Sum of RGB (Red+Green+Blue) = 166+112+167=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #A670A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670A7 is #598F58. Grayscale: #868686. Windows color (decimal): -5869401 or 10973350. OLE color: 10973350.

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

Color convert

RGB166112167-
CMYK0.010.3300.35
HSL298.91º23.81%54.71%-
HSV(B)298.91º32.93%65.49%-
XYZ28.522.4939.4-
YUV134.42146.39150.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=37.30%
G=25.17%
B=37.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661121670.010.3300.35298.9123.8154.71
HexA670A712102312b1837
Octal2461602471410434533067
Binary101001101110000101001111100001010001110010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670A7; }

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

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

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

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

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

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

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

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