#A748AC

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

Shades of Violet Blue #A748AC

Tints of Violet Blue #A748AC

Color information

#A748AC (or 0xA748AC) is unknown color: approx Violet Blue. HEX triplet: A7, 48 and AC. RGB value is (167,72,172). Sum of RGB (Red+Green+Blue) = 167+72+172=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A748AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AC is #58B753. Grayscale: #6F6F6F. Windows color (decimal): -5814100 or 11290791. OLE color: 11290791.

HSL color Cylindrical-coordinate representation of color #A748AC: hue angle of 297º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A748AC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16772172-
CMYK0.030.5800.33
HSL297º40.98%47.84%-
HSV(B)297º58.14%67.45%-
XYZ25.715.8340.73-
YUV111.8161.97167.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=40.63%
G=17.52%
B=41.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167721720.030.5800.3329740.9847.84
HexA748AC33A0211292930
Octal2471102543720414515160
Binary10100111100100010101100111110100100001100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748AC; }

 p { color: rgb(167,72,172); }

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

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

 a { background-color: rgb(167,72,172); }

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

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

 span { border-color: rgb(167,72,172); }

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