#A74AAD

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

Shades of Violet Blue #A74AAD

Tints of Violet Blue #A74AAD

Color information

#A74AAD (or 0xA74AAD) is unknown color: approx Violet Blue. HEX triplet: A7, 4A and AD. RGB value is (167,74,173). Sum of RGB (Red+Green+Blue) = 167+74+173=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A74AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAD is #58B552. Grayscale: #707070. Windows color (decimal): -5813587 or 11356839. OLE color: 11356839.

HSL color Cylindrical-coordinate representation of color #A74AAD: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74AAD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16774173-
CMYK0.030.5700.32
HSL296.36º40.08%48.43%-
HSV(B)296.36º57.23%67.84%-
XYZ25.9316.1341.28-
YUV113.09161.81166.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=40.34%
G=17.87%
B=41.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167741730.030.5700.32296.3640.0848.43
HexA74AAD3390201282830
Octal2471122553710404505060
Binary10100111100101010101101111110010100000100101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74AAD; }

 p { color: rgb(167,74,173); }

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

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

 a { background-color: rgb(167,74,173); }

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

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

 span { border-color: rgb(167,74,173); }

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