#A744A4

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

Shades of Violet Blue #A744A4

Tints of Violet Blue #A744A4

Color information

#A744A4 (or 0xA744A4) is unknown color: approx Violet Blue. HEX triplet: A7, 44 and A4. RGB value is (167,68,164). Sum of RGB (Red+Green+Blue) = 167+68+164=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A744A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A744A4 is #58BB5B. Grayscale: #6C6C6C. Windows color (decimal): -5815132 or 10765479. OLE color: 10765479.

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

Color convert

RGB16768164-
CMYK00.590.020.35
HSL301.82º42.13%46.08%-
HSV(B)301.82º59.28%65.49%-
XYZ24.715.0336.72-
YUV108.54159.3169.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=41.85%
G=17.04%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676816400.590.020.35301.8242.1346.08
HexA744A403B22312e2a2e
Octal2471042440732434565256
Binary10100111100010010100100011101110100011100101110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A744A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A744A4; }

 p { color: rgb(167,68,164); }

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

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

 a { background-color: rgb(167,68,164); }

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

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

 span { border-color: rgb(167,68,164); }

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