#A74DAF

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

Shades of Violet Blue #A74DAF

Tints of Violet Blue #A74DAF

Color information

#A74DAF (or 0xA74DAF) is unknown color: approx Violet Blue. HEX triplet: A7, 4D and AF. RGB value is (167,77,175). Sum of RGB (Red+Green+Blue) = 167+77+175=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A74DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DAF is #58B250. Grayscale: #727272. Windows color (decimal): -5812817 or 11488679. OLE color: 11488679.

HSL color Cylindrical-coordinate representation of color #A74DAF: hue angle of 295.1º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74DAF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16777175-
CMYK0.050.5600.31
HSL295.1º38.89%49.41%-
HSV(B)295.1º56%68.63%-
XYZ26.3316.6242.38-
YUV115.08161.82165.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=39.86%
G=18.38%
B=41.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167771750.050.5600.31295.138.8949.41
HexA74DAF53801F1272731
Octal2471152575700374474761
Binary10100111100110110101111101111000011111100100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74DAF; }

 p { color: rgb(167,77,175); }

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

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

 a { background-color: rgb(167,77,175); }

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

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

 span { border-color: rgb(167,77,175); }

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