#A74FAA

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

Shades of Violet Blue #A74FAA

Tints of Violet Blue #A74FAA

Color information

#A74FAA (or 0xA74FAA) is unknown color: approx Violet Blue. HEX triplet: A7, 4F and AA. RGB value is (167,79,170). Sum of RGB (Red+Green+Blue) = 167+79+170=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A74FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FAA is #58B055. Grayscale: #737373. Windows color (decimal): -5812310 or 11161511. OLE color: 11161511.

HSL color Cylindrical-coordinate representation of color #A74FAA: hue angle of 298.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74FAA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16779170-
CMYK0.020.5400.33
HSL298.02º36.55%48.82%-
HSV(B)298.02º53.53%66.67%-
XYZ25.9916.7139.89-
YUV115.69158.65164.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=40.14%
G=18.99%
B=40.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167791700.020.5400.33298.0236.5548.82
HexA74FAA23602112a2531
Octal2471172522660414524561
Binary10100111100111110101010101101100100001100101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FAA; }

 p { color: rgb(167,79,170); }

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

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

 a { background-color: rgb(167,79,170); }

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

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

 span { border-color: rgb(167,79,170); }

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