#A74DAC

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

Shades of Violet Blue #A74DAC

Tints of Violet Blue #A74DAC

Color information

#A74DAC (or 0xA74DAC) is unknown color: approx Violet Blue. HEX triplet: A7, 4D and AC. RGB value is (167,77,172). Sum of RGB (Red+Green+Blue) = 167+77+172=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DAC is #58B253. Grayscale: #727272. Windows color (decimal): -5812820 or 11292071. OLE color: 11292071.

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

Color convert

RGB16777172-
CMYK0.030.5500.33
HSL296.84º38.15%48.82%-
HSV(B)296.84º55.23%67.45%-
XYZ26.0416.540.84-
YUV114.74160.32165.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=40.14%
G=18.51%
B=41.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167771720.030.5500.33296.8438.1548.82
HexA74DAC3370211292631
Octal2471152543670414514661
Binary10100111100110110101100111101110100001100101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74DAC; }

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

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

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

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

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

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

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

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