#A745A6

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

Shades of Violet Blue #A745A6

Tints of Violet Blue #A745A6

Color information

#A745A6 (or 0xA745A6) is unknown color: approx Violet Blue. HEX triplet: A7, 45 and A6. RGB value is (167,69,166). Sum of RGB (Red+Green+Blue) = 167+69+166=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A745A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A745A6 is #58BA59. Grayscale: #6D6D6D. Windows color (decimal): -5814874 or 10896807. OLE color: 10896807.

HSL color Cylindrical-coordinate representation of color #A745A6: hue angle of 300.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A745A6 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16769166-
CMYK00.590.010.35
HSL300.61º41.53%46.27%-
HSV(B)300.61º58.68%65.49%-
XYZ24.9515.2237.7-
YUV109.36159.97169.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=41.54%
G=17.16%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676916600.590.010.35300.6141.5346.27
HexA745A603B12312d2a2e
Octal2471052460731434555256
Binary1010011110001011010011001110111100011100101101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A745A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A745A6; }

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

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

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

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

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

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

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

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