#A374A9

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

Shades of Violet Blue #A374A9

Tints of Violet Blue #A374A9

Color information

#A374A9 (or 0xA374A9) is unknown color: approx Violet Blue. HEX triplet: A3, 74 and A9. RGB value is (163,116,169). Sum of RGB (Red+Green+Blue) = 163+116+169=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 169 - color contains mainly: blue. Hex color #A374A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374A9 is #5C8B56. Grayscale: #878787. Windows color (decimal): -6064983 or 11105443. OLE color: 11105443.

HSL color Cylindrical-coordinate representation of color #A374A9: hue angle of 293.21º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A374A9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB163116169-
CMYK0.040.3100.34
HSL293.21º23.56%55.88%-
HSV(B)293.21º31.36%66.27%-
XYZ28.5123.1440.5-
YUV136.1146.57147.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 169 (66.41% from 255) = 37.72%
R=36.38%
G=25.89%
B=37.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631161690.040.3100.34293.2123.5655.88
HexA374A941F0221251838
Octal2431642514370424453070
Binary1010001111101001010100110011111010001010010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374A9; }

 p { color: rgb(163,116,169); }

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

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

 a { background-color: rgb(163,116,169); }

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

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

 span { border-color: rgb(163,116,169); }

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