#A374AA

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

Shades of Violet Blue #A374AA

Tints of Violet Blue #A374AA

Color information

#A374AA (or 0xA374AA) is unknown color: approx Violet Blue. HEX triplet: A3, 74 and AA. RGB value is (163,116,170). Sum of RGB (Red+Green+Blue) = 163+116+170=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A374AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AA is #5C8B55. Grayscale: #888888. Windows color (decimal): -6064982 or 11170979. OLE color: 11170979.

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

Color convert

RGB163116170-
CMYK0.040.3200.33
HSL292.22º24.11%56.08%-
HSV(B)292.22º31.76%66.67%-
XYZ28.6123.1841-
YUV136.21147.07147.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=36.30%
G=25.84%
B=37.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631161700.040.3200.33292.2224.1156.08
HexA374AA4200211241838
Octal2431642524400414443070
Binary10100011111010010101010100100000010000110010010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374AA; }

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

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

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

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

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

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

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

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