#A745A0

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

Shades of Violet Blue #A745A0

Tints of Violet Blue #A745A0

Color information

#A745A0 (or 0xA745A0) is unknown color: approx Violet Blue. HEX triplet: A7, 45 and A0. RGB value is (167,69,160). Sum of RGB (Red+Green+Blue) = 167+69+160=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A745A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A745A0 is #58BA5F. Grayscale: #6C6C6C. Windows color (decimal): -5814880 or 10503591. OLE color: 10503591.

HSL color Cylindrical-coordinate representation of color #A745A0: hue angle of 304.29º 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 #A745A0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16769160-
CMYK00.590.040.35
HSL304.29º41.53%46.27%-
HSV(B)304.29º58.68%65.49%-
XYZ24.4115.0134.87-
YUV108.68156.97169.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=42.17%
G=17.42%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676916000.590.040.35304.2941.5346.27
HexA745A003B4231302a2e
Octal2471052400734434605256
Binary101001111000101101000000111011100100011100110000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A745A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A745A0; }

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

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

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

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

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

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

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

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