#A74A9F

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

Shades of Violet Blue #A74A9F

Tints of Violet Blue #A74A9F

Color information

#A74A9F (or 0xA74A9F) is unknown color: approx Violet Blue. HEX triplet: A7, 4A and 9F. RGB value is (167,74,159). Sum of RGB (Red+Green+Blue) = 167+74+159=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A9F is #58B560. Grayscale: #6F6F6F. Windows color (decimal): -5813601 or 10439335. OLE color: 10439335.

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

Color convert

RGB16774159-
CMYK00.560.050.35
HSL305.16º38.59%47.25%-
HSV(B)305.16º55.69%65.49%-
XYZ24.6415.6234.52-
YUV111.5154.81167.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=41.75%
G=18.5%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677415900.560.050.35305.1638.5947.25
HexA74A9F038523131272f
Octal2471122370705434614757
Binary101001111001010100111110111000101100011100110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A9F; }

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

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

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

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

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

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

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

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